Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
Add node 8 and remove <4 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Jun 1, 2017
1 parent a9aade9 commit e212701
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8"

before_install:
# Rollup doesn't support node < 4.x. Switch to latest for build
Expand Down

0 comments on commit e212701

Please sign in to comment.