diff options
| author | Lorenzo Manacorda | 2015-06-08 18:08:44 +0200 | 
|---|---|---|
| committer | Lorenzo Manacorda | 2015-06-08 18:08:44 +0200 | 
| commit | 12e0b21d46cbd018a3c63813cd9af7f7ee4f54eb (patch) | |
| tree | 017e0981f875ca9ab7679524ca32a18d6b09d0da | |
| parent | dcd0d16d1acbcc1e068eb611cd50c737f446802d (diff) | |
| download | hcl-12e0b21d46cbd018a3c63813cd9af7f7ee4f54eb.tar.bz2 | |
travis build matrix
| -rw-r--r-- | .travis.yml | 16 | 
1 files changed, 10 insertions, 6 deletions
| diff --git a/.travis.yml b/.travis.yml index 86dd4bc..9e58dad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ -language: ruby -rvm: -  - 2.0.0 -  - 2.1.6 -  - 2.2.2 -  - rbx-2.5.3 +matrix: +  include: +    - rvm: 2.0.0 +      gemfile: Gemfile +    - rvm: 2.1.6 +      gemfile: Gemfile +    - rvm: 2.2.2 +      gemfile: Gemfile +    - rvm: rbx-2.5.3 +      gemfile: gemfiles/Gemfile.rbx | 
