summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrandon Fish <brandon.j.fish@gmail.com>2015-02-22 09:35:02 -0600
committerBrandon Fish <brandon.j.fish@gmail.com>2015-02-22 09:35:02 -0600
commitf458984ed1315adb939baf4362bd7bf4f25e09ff (patch)
tree9d7dd546c2744746a77648319c12dd54e326223b /.travis.yml
parent6c110d73c7144921af2d819fa8520dc94c511766 (diff)
downloadpsych-f458984ed1315adb939baf4362bd7bf4f25e09ff.zip
Adding Rubinius as an Allowed Failure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 684b937..6cfdb72 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,3 +10,6 @@ before_script:
- gem install rake-compiler
- gem install minitest -v '~> 4.0'
script: rake test
+matrix:
+ allow_failures:
+ - rvm: rbx-2 \ No newline at end of file