Skip to content

Commit

Permalink
Reverse Node.js versions order in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jogold committed Jun 20, 2017
1 parent 7af4017 commit 779b7b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- '4'
- '5'
- '6'
- '7'
- '6'
- '5'
- '4'
before_install:
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
Expand Down

0 comments on commit 779b7b1

Please sign in to comment.