Skip to content

Commit 9f960cc

Browse files
committed
updated
1 parent 2522e1f commit 9f960cc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@ cache:
1010
- node_modules
1111
after_success:
1212
- if [ "$TRAVIS_BRANCH" == "master" ]; then npm run pack fi
13-
deploy:
14-
provider: script
15-
script: npm run pack
16-
on:
17-
branch: master
13+
- if [ $TRAVIS_BRANCH == "master" ]; then npm run pack; fi

0 commit comments

Comments
 (0)