Skip to content

Commit 2522e1f

Browse files
committed
build on master only
1 parent 3ebb2a9 commit 2522e1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ node_js:
88
cache:
99
directories:
1010
- node_modules
11+
after_success:
12+
- if [ "$TRAVIS_BRANCH" == "master" ]; then npm run pack fi
1113
deploy:
1214
provider: script
1315
script: npm run pack

0 commit comments

Comments
 (0)