Skip to content
This repository was archived by the owner on Feb 10, 2020. It is now read-only.

Commit a730ea6

Browse files
committed
Travis & Yarn
1 parent 0c5acd9 commit a730ea6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
sudo: false
2+
13
language: node_js
24

35
node_js:
4-
- '5'
6+
- '6.12.2'
57

68
cache:
79
directories:
810
- node_modules
911

1012
install:
11-
- npm install
13+
- yarn
1214

1315
script:
14-
- npm test
16+
- yarn test

0 commit comments

Comments
 (0)