Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Commit d643c28

Browse files
committed
fix(travis): move build before script
1 parent ecf4092 commit d643c28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ cache:
44
- node_modules
55
node_js:
66
- '4'
7-
after_success:
7+
before_script:
88
- webpack
9-
- npm run test

0 commit comments

Comments
 (0)