瀏覽代碼

Updated .travis.yml so others forks will also compile

monkeydave 9 年之前
父節點
當前提交
be81dfa3de
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml 查看文件

@@ -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…
取消
儲存