Skip to content

Commit

Permalink
ci: build on 0.10 first
Browse files Browse the repository at this point in the history
It is the most likely to fail, so better for failing fast with this
ordering.
  • Loading branch information
rmg committed May 8, 2016
1 parent 2b06bba commit 6eae9c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
node_js:
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
- '0.12'
- '4'
- '5'
- '6'
env:
global:
- COVERALLS_PARALLEL=true
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ environment:
COVERALLS_PARALLEL: true
CI: true
matrix:
- nodejs_version: '6'
- nodejs_version: '5'
- nodejs_version: '4'
- nodejs_version: '0.12'
- nodejs_version: '0.10'
- nodejs_version: '0.12'
- nodejs_version: '4'
- nodejs_version: '5'
- nodejs_version: '6'
install:
- ps: Install-Product node $env:nodejs_version
- npm -g install npm@latest
Expand Down

0 comments on commit 6eae9c2

Please sign in to comment.