Skip to content

Commit

Permalink
use conventional alias for latest
Browse files Browse the repository at this point in the history
and allow for failing tests against the latest unstable release, just for curiousity.
  • Loading branch information
JaKXz committed Oct 27, 2015
1 parent abadd6f commit 099225f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: node_js
node_js:
- "latest"
- "stable"
- "unstable"
- "4.2"
- "4.1"
- "4"
- "0.12"
script: make travis-test
matrix:
fast_finish: true
allow_failures:
- node_js: "unstable"

0 comments on commit 099225f

Please sign in to comment.