Skip to content

Commit

Permalink
chore(travis): add Node v7, drop Node v0.10 and v0.12 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Dec 31, 2016
1 parent 73b42a3 commit 1c41541
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
language: node_js
matrix:
include:
- os: linux
dist: trusty
sudo: required
node_js: "0.10"
- os: linux
dist: trusty
sudo: required
node_js: "0.12"
- os: linux
dist: trusty
sudo: required
Expand All @@ -24,6 +16,10 @@ matrix:
- os: osx
osx_image: xcode8
node_js: "6"
- os: linux
dist: trusty
sudo: required
node_js: "7"
addons:
firefox: latest
apt:
Expand Down

0 comments on commit 1c41541

Please sign in to comment.