From 56de616b93dfd0d2a757be13f4c73d944a28ae1a Mon Sep 17 00:00:00 2001 From: Matthew Else Date: Mon, 28 Oct 2013 09:32:25 +0000 Subject: [PATCH] Updated travis :D --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b860597fc0..c2f4042073 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ --- -install: sudo travis/install_dependencies.sh +install: "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh" python: - "2.7" script: "python workspace_tools/build.py -r -e -U -u -d -b -t GCC_ARM"