Skip to content

Commit 791abeb

Browse files
committed
making changes to build config
1 parent a28ca0c commit 791abeb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
language: node
1+
language: node_js
2+
node_js:
3+
- "9"
24

3-
script: cd scripts \
4-
&& npm run validate
5+
before_script: npm version && install
6+
7+
script: cd scripts && npm run validate
58

69
notifications:
710
email: false

0 commit comments

Comments
 (0)