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

Commit

Permalink
chore(travis): test against node 4
Browse files Browse the repository at this point in the history
Test against node 4 on Travis, and remove support for node 0.10.
  • Loading branch information
juliemr committed Sep 24, 2015
1 parent 96def81 commit eab828e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4.1"

This comment has been minimized.

Copy link
@mgol

mgol Sep 27, 2015

Member

It's better to put "4" here; 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.

This comment has been minimized.

Copy link
@mgol

mgol Sep 27, 2015

Member

I submitted a PR: #2543


env:
global:
Expand Down

0 comments on commit eab828e

Please sign in to comment.