summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Manacorda2015-06-08 18:08:44 +0200
committerLorenzo Manacorda2015-06-08 18:08:44 +0200
commit12e0b21d46cbd018a3c63813cd9af7f7ee4f54eb (patch)
tree017e0981f875ca9ab7679524ca32a18d6b09d0da
parentdcd0d16d1acbcc1e068eb611cd50c737f446802d (diff)
downloadhcl-12e0b21d46cbd018a3c63813cd9af7f7ee4f54eb.tar.bz2
travis build matrix
-rw-r--r--.travis.yml16
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