We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0681d8d commit fd12594Copy full SHA for fd12594
.travis.yml
@@ -5,6 +5,8 @@ cache:
5
yarn: true
6
directories:
7
- node_modules
8
-script: yarn && yarn bootstrap && yarn ci
+install:
9
+ - yarn
10
+script: yarn bootstrap && yarn ci
11
after_success:
12
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION
0 commit comments