Skip to content

Commit 7c1515a

Browse files
committed
Setup for continuous integration
1 parent 2f7860a commit 7c1515a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ language: node_js
22
node_js:
33
- '0.10'
44
before_script:
5-
- 'npm install -g grunt-cli'
5+
- 'npm install -g grunt-cli'
6+
- 'npm install -g bower'
7+
- 'bower install'
8+
script: grunt test

0 commit comments

Comments
 (0)