Skip to content

Commit

Permalink
fix(ocd): re-order Node.js tests in .travis.yml (descending)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 30, 2018
1 parent 99c2f8a commit 08dbaa3
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
Expand Up @@ -32,10 +32,10 @@ jobs:

- &node
script: npm start test.node
node_js: '8'
node_js: '9'

- <<: *node
node_js: '9'
node_js: '8'

- <<: *node
node_js: '6'
Expand Down

1 comment on commit 08dbaa3

@plroebuck
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL ur commit msg. thx

Please sign in to comment.