Skip to content

Commit

Permalink
if i use matrix, i can't use top-level env
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed May 14, 2017
1 parent 7026bb2 commit 72c2047
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ script: 'ruby -vr bundler/setup -S rake test'
matrix:
include:
- rvm: 2.2.5
env: &env
- json_lib=json
- json_lib=yajl
- rvm: 2.3.2
env: *env
- rvm: 2.4.1
env: *env
- rvm: jruby-9
env: JRUBY_OPTS=--debug
- rvm: rbx
env: *env

allow_failures:
- rvm: rbx

env:
- json_lib=json
- json_lib=yajl

0 comments on commit 72c2047

Please sign in to comment.