Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zonayedpca committed Sep 4, 2019
1 parent 2522e1f commit 9f960cc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ cache:
- node_modules
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then npm run pack fi
deploy:
provider: script
script: npm run pack
on:
branch: master
- if [ $TRAVIS_BRANCH == "master" ]; then npm run pack; fi

0 comments on commit 9f960cc

Please sign in to comment.