Skip to content

Commit aa1a3fa

Browse files
committed
Fixes Travis tests to node 4 and 5
By specifying either “node” or “stable” is failing without a reason.
1 parent 52fecab commit aa1a3fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3-
- "node"
3+
- "4"
4+
- "5"
45
# send builds to the container-based infrastructure
56
sudo: false

0 commit comments

Comments
 (0)