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

Commit 3802e8c

Browse files
author
blond
committed
chore(ci): use Node.js by default
1 parent e3a48e7 commit 3802e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ language: node_js
55
matrix:
66
include:
77
- node_js: "4"
8-
env: COVERALLS=1
98
- node_js: "6"
9+
env: COVERALLS=1
1010

1111
after_success:
1212
- if [ "x$COVERALLS" = "x1" ]; then npm run coveralls; fi

0 commit comments

Comments
 (0)