Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 88c7ae7

Browse files
mgoljuliemr
authored andcommitted
chore(travis): test against node "4", not "4.1"
Node is now adhering to semver & receiving minor updates pretty often; only the latest one is supported upstream. When Node 4.2.0 comes out Protractor should be tested on it instead of 4.1.1.
1 parent 24a2a38 commit 88c7ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
sudo: false
33
node_js:
44
- "0.12"
5-
- "4.1"
5+
- "4"
66

77
env:
88
global:

0 commit comments

Comments
 (0)