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 May 18, 2018
1 parent 3ab0e7e commit 8712b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
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

0 comments on commit 8712b95

Please sign in to comment.