소스 검색

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…
취소
저장