Skip to content

Commit

Permalink
Fix Travis config to test different handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
krasnoukhov committed Jul 18, 2014
1 parent cdfd684 commit f1a83c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ matrix:
- rvm: rbx-2
- rvm: ruby-head
- rvm: jruby-head
- env: PARSER="ox"
- env: HANDLER="ox"
rvm: jruby-1.7
- env: PARSER="ox"
- env: HANDLER="ox"
rvm: jruby-head
env:
matrix:
- PARSER="nokogiri"
- PARSER="ox"
- HANDLER="nokogiri"
- HANDLER="ox"

0 comments on commit f1a83c6

Please sign in to comment.