Browse Source

Updated .travis.yml for ErikZalm branch pull request

monkeydave 10 years ago
parent
commit
21cc188272
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .travis.yml

+ 2
- 2
.travis.yml View File

@@ -23,10 +23,10 @@ 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/monkeydave/Marlin
26
+  - cd /home/travis/build/ErikZalm/Marlin
27 27
   # ino needs files in src directory
28 28
   - ln -s Marlin src
29
-  # remove Marlin.pde as it confuses ino
29
+  # remove Marlin.pde as it confuses ino after it finds Marlin.ino
30 30
   - rm Marlin/Marlin.pde
31 31
 script:
32 32
   - ino build -m mega2560

Loading…
Cancel
Save