Commit graph

13 commits

Author SHA1 Message Date
James Ide
4e411ed7ed [CI] Run tests on the stable version of Node
This ensures that Koa is regularly tested against the latest version of Node and surfaces issues early. The main thing is that new version of Node could be released and tests that were previously passing would suddenly start failing (if there were a breaking change).

I also reversed the order of Node versions in the test matrix so that recent = more relevant versions are at the top.
2016-01-20 00:09:01 -08:00
mdemo
520163fe57 add node 4.x on travis ci 2015-09-10 01:36:38 +08:00
dead_horse
d3ca581ac9 build: support iojs 3.x 2015-08-20 01:01:27 +08:00
Jonathan Ong
fb797156ef travis: speed up tests 2015-05-23 20:09:44 -07:00
jongleberry
eb7277c95c travis: test iojs v1 and v2 2015-05-04 19:19:06 -07:00
jongleberry
0e02798a8b travis: don't test iojs minors because it moves too fast 2015-02-10 19:36:20 -08:00
jongleberry
089bc45e90 test on node v0.12 instead of v0.11 2015-02-06 14:42:27 -08:00
Jonathan Ong
d4d1c617ec test each minor version of iojs 2015-02-05 23:57:27 -08:00
Rui Marinho
6d5f506c99 Re-enable io.js support on .travis.yml
On the 3rd of February, the planned roll out on Travis was reverted
and is now rescheduled for a later date. This commit re-enables io.js
support on Travis due the original one being reverted.
2015-02-05 23:57:06 -08:00
Jonathan Ong
a6efc790a4 Revert "Add io.js support to .travis.yml"
This reverts commit 70c1905f59.
2015-02-03 15:19:17 -08:00
Rui Marinho
70c1905f59 Add io.js support to .travis.yml 2015-02-03 08:37:49 -08:00
dead_horse
4883e950ed add coverage 2014-07-06 00:55:45 +08:00
TJ Holowaychuk
1af71053a2 add .travis.yml. Closes #1 2013-08-20 21:34:35 -07:00