Skip to content

Commit a9c583d

Browse files
committed
Use Travis container build and run default task
1 parent 27cff90 commit a9c583d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
2+
sudo: false
23
node_js:
34
- 0.10
45
env:
@@ -11,4 +12,4 @@ install:
1112
- npm install bower gulp -g
1213
- npm install && bower install
1314
script:
14-
- gulp test
15+
- gulp

0 commit comments

Comments
 (0)