Skip to content

Commit cd0ee68

Browse files
author
Luc
authored
Update .travis.yml
allow travis to build no tag
1 parent 4d321c8 commit cd0ee68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ before_script:
2626
script:
2727
- cd $TRAVIS_BUILD_DIR
2828
- source command.sh
29+
- if [ -z "$TRAVIS_TAG" ]; then export TRAVIS_TAG=NO_GIT_TAG;fi
2930
- export MODEL=0
3031
- export DAVINCI=0
3132
- sed -i "s/#define DAVINCI /#define DAVINCI $DAVINCI \n\/\//g" ./src/ArduinoDUE/Repetier/Configuration.h

0 commit comments

Comments
 (0)