Skip to content

Commit e63d339

Browse files
committed
build: use Travis CI container infrastructure
1 parent 0a6fb7f commit e63d339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ node_js:
33
- "0.8"
44
- "0.10"
55
- "0.12"
6+
sudo: false
67
script: "npm run-script test-travis"
78
after_script: "test $TRAVIS_NODE_VERSION = '0.10' && npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 commit comments

Comments
 (0)