Skip to content

Commit

Permalink
Merge pull request #2285 from harvesthq/use-bundler
Browse files Browse the repository at this point in the history
Use bundler to install gems
  • Loading branch information
pfiller committed Mar 28, 2015
2 parents 7eafb45 + 72cf9e7 commit 2ac0f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ node_js:

before_install:
- npm install -g grunt-cli
- gem install compass
- gem install bundler
- bundle install
before_script: grunt build

after_success: ./bower-publish.sh
Expand Down

0 comments on commit 2ac0f36

Please sign in to comment.