Skip to content

Commit

Permalink
Use Node 8 and drop Node 5 from travis (babel#483)
Browse files Browse the repository at this point in the history
* Use Node 8 and drop Node 5 from travis

* switch the order [skip ci]
  • Loading branch information
soda0289 authored and hzoo committed Jun 7, 2017
1 parent c66ec51 commit a8003c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- "4"
- "5"
- "8"
- "6"
- "4"

matrix:
fast_finish: true
Expand Down

0 comments on commit a8003c0

Please sign in to comment.