Skip to content

Commit 7debbb2

Browse files
committed
typo fix
1 parent a9f4651 commit 7debbb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ script:
77
- lerna bootstrap --ignore={demos}
88
- yarn test:unit
99
- 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
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
1212
after_success: "yarn coveralls"
1313
cache:
1414
yarn: true

0 commit comments

Comments
 (0)