Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit 9ffda82

Browse files
committed
moving grunt-cli from package.json to .travis.yml
1 parent 579810d commit 9ffda82

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_js:
66
before_script:
77
- "export DISPLAY=:99.0"
88
- "sh -e /etc/init.d/xvfb start"
9+
- "npm install -g grunt-cli"

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"version": "0.8.10",
1010
"devDependencies": {
1111
"grunt": "~0.4.0",
12-
"grunt-cli": "~0.1.6",
1312
"grunt-replace": "~0.4.0",
1413
"grunt-contrib-clean": "~0.4.0",
1514
"grunt-contrib-concat": "~0.1.0",

0 commit comments

Comments
 (0)