Skip to content

Commit

Permalink
Use the new build env on Travis
Browse files Browse the repository at this point in the history
trust me, its fantastic !
  • Loading branch information
joshk committed Nov 20, 2014
1 parent cfa9440 commit 895c334
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
@@ -1,4 +1,5 @@
language: ruby

rvm:
- 1.9.3
- 2.0
Expand All @@ -7,6 +8,15 @@ rvm:
- rbx-2
- ruby-head
- jruby-head

sudo: false

env:
matrix:
- HANDLER="nokogiri"
- HANDLER="ox"
- HANDLER="oga"

matrix:
exclude:
- env: HANDLER="ox"
Expand All @@ -17,8 +27,3 @@ matrix:
- rvm: rbx-2
- rvm: ruby-head
- rvm: jruby-head
env:
matrix:
- HANDLER="nokogiri"
- HANDLER="ox"
- HANDLER="oga"

0 comments on commit 895c334

Please sign in to comment.