Skip to content

Commit 5768cbf

Browse files
committed
Add custom travis install
1 parent c85c9b8 commit 5768cbf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
language: node_js
2+
23
node_js:
34
- "node"
45
- "lts/*"
6+
7+
install:
8+
- npm install
9+
- lerna link
10+
- lerna bootstrap
11+
512
after_success: npm run coveralls

0 commit comments

Comments
 (0)