summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2017-04-24 19:56:59 +0200
committerGitHub <noreply@github.com>2017-04-24 19:56:59 +0200
commit0cc6cc8e15d08880585e8cb0c54e13c3cf937c54 (patch)
tree7c3bacb56eca671da61a54bc04ab0e8230418898
parent6dcb116e37e20e58f615ffe05a40bbe9a536e44a (diff)
parent7487352d35fe7b389e027bfb5da7c0a27f768470 (diff)
downloadmethod_source-0cc6cc8e15d08880585e8cb0c54e13c3cf937c54.tar.gz
Merge pull request #42 from junaruga/feature/travis-ruby-head
Update .travis.yml
-rw-r--r--.travis.yml18
1 files changed, 15 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b8bcb75..e0c78b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,28 @@
+bundler_args: "--verbose"
+before_install:
+ - gem update --system
+ - which bundle || gem install bundler
+ - gem update bundler
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- - rbx-18mode
- - rbx-19mode
+ - rbx
- jruby
+ - jruby-head
- 2.0.0
- 2.1
- 2.2
- 2.3
- - 2.4.0
+ - 2.4.1
+ - ruby-head
+matrix:
+ allow_failures:
+ - rvm: ruby-head
+ - rvm: jruby-head
+ - rvm: rbx
+ fast_finish: true
notifications:
irc: "irc.freenode.org#pry"
recipients: