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

Commit dd621c0

Browse files
committed
Update .travis.yml for bower.
1 parent f0a7cd2 commit dd621c0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
language: ruby
2-
rvm:
3-
- 2.2.0
1+
---
2+
language: [ ruby, node_js ]
3+
rvm: [ 2.2.0 ]
4+
node_js: [ 0.10 ]
45
cache: bundler
56
sudo: false
67

8+
before_script:
9+
- npm install bower -g
10+
- bower install
11+
712
before_install:
813
- 'echo ''gem: --no-document'' > ~/.gemrc'
914

0 commit comments

Comments
 (0)