Skip to content

Commit 3f0065a

Browse files
committed
the travis.yml file was not supposed to be empty.
1 parent cfc108c commit 3f0065a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- '0.10'
4+
sudo: false
5+
before_install: npm install -g grunt-cli
6+
before_script: grunt build --verbose

0 commit comments

Comments
 (0)