Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 6a48376

Browse files
committed
add iojs travis tests
1 parent 1ac86b5 commit 6a48376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ language: node_js
55
node_js:
66
- 0.10
77
- 0.11
8+
- iojs
89
before_install:
910
- export CHROME_BIN=chromium-browser
1011
- export DISPLAY=:99.0
@@ -19,4 +20,4 @@ script:
1920
- npm run test:browser-traceur -- --saucelabs
2021
- npm run test:browser-6to5 -- --saucelabs
2122
- npm run test:browser-traceur -- --saucelabs --ie8
22-
- npm run test:browser-6to5 -- --saucelabs --ie8
23+
- npm run test:browser-6to5 -- --saucelabs --ie8

0 commit comments

Comments
 (0)