Skip to content

Commit e8c0ae8

Browse files
committed
Updated travis.yml
1 parent 895cc57 commit e8c0ae8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@ language: node_js
22
node_js:
33
- "0.12"
44
- "0.11"
5-
- "0.10"
5+
install:
6+
- npm install
7+
before_script:
8+
- git config user.name "Travis CI"
9+
- grunt &
10+
- sleep 5 # give grunt background task some time to execute.
11+
script:
12+
- npm run coveralls

0 commit comments

Comments
 (0)