-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(): Add bundler install as npm install postinstall cmd
- Loading branch information
1 parent
894ddfe
commit e7e3c2d
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
language: node_js | ||
node_js: | ||
- '0.10' | ||
- "0.10" | ||
rvm: | ||
- '2.0.0' | ||
- "2.0.0" | ||
before_install: | ||
- 'npm install -g bower' | ||
- 'gem install bundler' | ||
before_script: | ||
- 'npm install -g grunt-cli' | ||
- "npm install -g bower" | ||
- "npm install -g grunt-cli" | ||
- "gem install bundler" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters