Skip to content

Commit fd12594

Browse files
committed
prevent npm install on travis
1 parent 0681d8d commit fd12594

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ cache:
55
yarn: true
66
directories:
77
- node_modules
8-
script: yarn && yarn bootstrap && yarn ci
8+
install:
9+
- yarn
10+
script: yarn bootstrap && yarn ci
911
after_success:
1012
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION

0 commit comments

Comments
 (0)