Skip to content

Commit 31326d7

Browse files
committed
Chore: update node versions, update scripts
1 parent d4a31bd commit 31326d7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ language: node_js
22
sudo: true
33
dist: trusty
44
node_js:
5-
- "4.0"
6-
- "5.0"
7-
- "6.0"
5+
- 4
6+
- 6
87
install:
9-
- npm i -g npm
10-
- npm install
11-
script: npm run test
8+
- yarn
129
notifications:
1310
email:
1411
on_failure: change
1512
after_success:
16-
- npm run coveralls
13+
- npm run coveralls

0 commit comments

Comments
 (0)