Skip to content

Commit 0863ea5

Browse files
committed
Use yarn and node 7 in travis
1 parent 72cda61 commit 0863ea5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
language: node_js
2-
node_js:
3-
- "node"
4-
install:
5-
- npm install
6-
script:
7-
- npm run build-prod
1+
language : node_js
2+
node_js : 7
3+
cache : yarn
4+
install : yarn
5+
script : npm run build-prod

0 commit comments

Comments
 (0)