Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
allow travis to build no tag
  • Loading branch information
Luc authored Nov 12, 2017
1 parent 4d321c8 commit cd0ee68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ before_script:
script:
- cd $TRAVIS_BUILD_DIR
- source command.sh
- if [ -z "$TRAVIS_TAG" ]; then export TRAVIS_TAG=NO_GIT_TAG;fi
- export MODEL=0
- export DAVINCI=0
- sed -i "s/#define DAVINCI /#define DAVINCI $DAVINCI \n\/\//g" ./src/ArduinoDUE/Repetier/Configuration.h
Expand Down

0 comments on commit cd0ee68

Please sign in to comment.