Skip to content

Commit 6f8e0b7

Browse files
committed
fix(travis): run bootstrap on before_script
1 parent db7bec8 commit 6f8e0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js: "stable"
4-
after_install:
4+
before_script:
55
- npm run bootstrap
66
script:
77
- npm test

0 commit comments

Comments
 (0)