Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonZhongZexin committed Jul 1, 2020
1 parent 4d1c2cc commit f85ac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then git commit -m'update version'; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm version patch; fi
- . ./build.sh
- cd ..

after_script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cd ..; fi
Expand All @@ -39,7 +40,6 @@ after_script:
- npm version patch
- cd $TRAVIS_BUILD_DIR/SVF-npm
- git push https://JasonZhongZexin:${git_key}@github.com/SVF-tools/SVF-npm.git HEAD:master
- cd ..

deploy:
provider: npm
Expand Down

0 comments on commit f85ac3d

Please sign in to comment.