Skip to content

Commit 7686d91

Browse files
author
Carlos Atencio
committed
Installing grunt before script
1 parent 287725c commit 7686d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
33
- "0.12"
4-
before_install: npm install -g grunt-cli
5-
install: npm install
4+
install: npm install
5+
before_script: npm install -g grunt-cli

0 commit comments

Comments
 (0)