We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8aba90 commit ac63c07Copy full SHA for ac63c07
1 file changed
.travis.yml
@@ -3,6 +3,10 @@ node_js:
3
- node
4
- 7
5
- 6
6
+install:
7
+ - npm i -g lerna
8
+ - yarn
9
+ - lerna bootstrap
10
script:
11
- npm run lint
12
- npm run test -- --coverage
0 commit comments