Browse Source

Updated .travis.yml so others forks will also compile

monkeydave 9 years ago
parent
commit
be81dfa3de
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -23,7 +23,7 @@ before_script:
23 23
   # remove Robot_Control library to stop compile error!
24 24
   - sudo rm -rf /usr/share/arduino/libraries/Robot_Control
25 25
   # change back to home directory for compiling
26
-  - cd /home/travis/build/ErikZalm/Marlin
26
+  - cd $TRAVIS_BUILD_DIR
27 27
   # ino needs files in src directory
28 28
   - ln -s Marlin src
29 29
   # remove Marlin.pde as it confuses ino after it finds Marlin.ino

Loading…
Cancel
Save