Skip to content

Commit ef543d9

Browse files
authored
fix travis
1 parent 65760d9 commit ef543d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
language: node_js
22
node_js:
33
- 10
4-
script: npm run build
5-
after_success:
6-
- if [[ "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then npm run deploy -s; fi
4+
script: npm run build && npm t

0 commit comments

Comments
 (0)