Skip to content

Commit 062bbbd

Browse files
committed
Add an npm install step so that local grunt gets found
1 parent 22af9e8 commit 062bbbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
0.12.7
44
before_script:
55
- npm install -g grunt-cli
6+
- npm install
67
script:
78
grunt default
89

0 commit comments

Comments
 (0)