We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ed0bf commit d986ce9Copy full SHA for d986ce9
1 file changed
.travis.yml
@@ -3,8 +3,5 @@ node_js: '6'
3
env:
4
- VERSION=0.3.0
5
script:
6
- - npm i
7
- - mkdir -p ./node_modules/.bin
8
- - curl -SL "https://github.com/fibjs/fibjs/releases/download/v${VERSION}/fibjs-linux-x64" -o ./node_modules/.bin/fibjs
9
- - chmod a+x ./node_modules/.bin/fibjs
10
- - npm run ci
+ - if [[ "$TRAVIS_TAG" != "" ]]; then echo "aaaaaa"; fi
+ - if [[ "$TRAVIS_TAG" == "" ]]; then echo "bbbbb"; fi
0 commit comments