Skip to content

Commit c739d2d

Browse files
committed
fix: setup travis build
closes #18
1 parent 9b0d527 commit c739d2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ node_js:
77
before_install:
88
- npm install -g npm
99

10+
before_script:
11+
- npm install -g grunt-cli
12+
1013
script:
1114
- grunt

0 commit comments

Comments
 (0)