Skip to content

Commit 1fb33d9

Browse files
committedOct 18, 2017
[chore] run tests only on node 8.
1 parent 59fbdb3 commit 1fb33d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
3-
- "7"
4-
- "6"
3+
- "8"
54
cache: yarn
65
before_script:
76
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)
Please sign in to comment.