Skip to content

Commit 5578622

Browse files
committed
organize travis.yml config
1 parent 791abeb commit 5578622

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ language: node_js
22
node_js:
33
- "9"
44

5-
before_script: npm version && install
5+
before_script:
6+
- npm version
7+
- cd scripts/
8+
- npm install
69

7-
script: cd scripts && npm run validate
10+
script:
11+
- npm run validate
812

913
notifications:
1014
email: false

0 commit comments

Comments
 (0)