Skip to content

Commit 4b4133b

Browse files
committed
Use the new container infrastructure of Travis
1 parent 7438358 commit 4b4133b

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
@@ -3,4 +3,5 @@ node_js: 0.10
33
before_install: npm install -g grunt-cli
44
install: npm install
55
before_script: grunt build
6-
after_script: cat ./build/coverage/**/lcov.info | ./node_modules/coveralls/bin/coveralls.js
6+
after_script: cat ./build/coverage/**/lcov.info | ./node_modules/coveralls/bin/coveralls.js
7+
sudo: false

0 commit comments

Comments
 (0)