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

Commit 270a09d

Browse files
committed
Updated Travis
1 parent 6051ae7 commit 270a09d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "7"
53
- "8"
4+
- "9"
65
sudo: false
76
script:
87
- "npm run lint"
9-
- "bin/ava"
8+
- "bin/test"
9+
services:
10+
- docker

0 commit comments

Comments
 (0)