We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f4651 commit 7debbb2Copy full SHA for 7debbb2
.travis.yml
@@ -7,8 +7,8 @@ script:
7
- lerna bootstrap --ignore={demos}
8
- yarn test:unit
9
- lerna run test
10
- - node ./tests/bin/run-on-first-ci-job.js && yarn test:integration:build
11
- - node ./tests/bin/run-on-first-ci-job.js && yarn test:integration
+ - node ./tests/bin/run-on-first-ci-job.js yarn test:integration:build
+ - node ./tests/bin/run-on-first-ci-job.js yarn test:integration
12
after_success: "yarn coveralls"
13
cache:
14
yarn: true
0 commit comments