Skip to content

Commit 4816cb9

Browse files
committed
Merge pull request #14 from seegno/enhancement/use-travis-container-infrastructure
Use travis container infrastructure
2 parents 8a99807 + 1304e2f commit 4816cb9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
2+
23
node_js:
3-
- "0.10"
4-
- "0.11"
5-
before_install:
6-
- npm install -g npm
4+
- "0.12"
5+
- iojs
6+
7+
sudo: false

0 commit comments

Comments
 (0)