Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 9161f05

Browse files
committed
Build: Add beforeScript to install grunt cli
Despite travis docs saying it is installed for node >=0.8 this is not the case on vm they dynamicly build so we cant count on this.
1 parent 073560b commit 9161f05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ node_js:
55
cache:
66
directories:
77
- node_modules
8+
before_script:
9+
- npm install -g grunt-cli
810
script:
911
- "grunt"

0 commit comments

Comments
 (0)