Skip to content

Commit 5413b43

Browse files
committed
feat(travis): add npm install for bower and grunt-cli
1 parent b577a30 commit 5413b43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
- "0.10"
44

55
before_script:
6+
- npm install -qg bower grunt-cli
67
- npm install
78
- bower install -F
89

Diff for: package.json

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
},
2020
"dependencies": {},
2121
"devDependencies": {
22-
"tmp": "0.0.23",
23-
"bower": "1.3.6",
2422
"grunt": "~0.4.1",
2523
"grunt-contrib-concat": "~0.3.0",
2624
"grunt-contrib-jshint": "~0.7.0",

0 commit comments

Comments
 (0)