Skip to content

Commit d986ce9

Browse files
committed
f
1 parent 09ed0bf commit d986ce9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ node_js: '6'
33
env:
44
- VERSION=0.3.0
55
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
6+
- if [[ "$TRAVIS_TAG" != "" ]]; then echo "aaaaaa"; fi
7+
- if [[ "$TRAVIS_TAG" == "" ]]; then echo "bbbbb"; fi

0 commit comments

Comments
 (0)