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