From be81dfa3de4bae956cbc210fb88ff40161169a74 Mon Sep 17 00:00:00 2001 From: monkeydave Date: Sat, 3 Jan 2015 16:50:05 +0000 Subject: [PATCH] Updated .travis.yml so others forks will also compile --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b34d7ee1..94b1377a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_script: # remove Robot_Control library to stop compile error! - sudo rm -rf /usr/share/arduino/libraries/Robot_Control # change back to home directory for compiling - - cd /home/travis/build/ErikZalm/Marlin + - cd $TRAVIS_BUILD_DIR # ino needs files in src directory - ln -s Marlin src # remove Marlin.pde as it confuses ino after it finds Marlin.ino