Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Update .travis.yml for bower.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Feb 17, 2015
1 parent f0a7cd2 commit dd621c0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: ruby
rvm:
- 2.2.0
---
language: [ ruby, node_js ]
rvm: [ 2.2.0 ]
node_js: [ 0.10 ]
cache: bundler
sudo: false

before_script:
- npm install bower -g
- bower install

before_install:
- 'echo ''gem: --no-document'' > ~/.gemrc'

Expand Down

0 comments on commit dd621c0

Please sign in to comment.