Skip to content

Commit c402740

Browse files
committed
Fix travis build
1 parent 9870e79 commit c402740

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
nguage: node_js
22
node_js:
33
- "0.10"
4-
script: ./node_modules/grunt-cli/bin/grunt
4+
before_script:
5+
- npm install
6+
script: ./node_modules/.bin/grunt

0 commit comments

Comments
 (0)