summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2017-09-26 13:31:53 +0200
committerGitHub <noreply@github.com>2017-09-26 13:31:53 +0200
commit72919e780c3cd48789aba009fdc11e0e52554ace (patch)
tree98237b180f7f8a8a64165fa7c51caa300c22d68c /.travis.yml
parent0cc6cc8e15d08880585e8cb0c54e13c3cf937c54 (diff)
parenta4e02e622d381fa654f9f5e9710a673d58776128 (diff)
downloadmethod_source-72919e780c3cd48789aba009fdc11e0e52554ace.tar.gz
Merge pull request #45 from junaruga/feature/rspec
Replace Bacon to RSpec 3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e0c78b8..5e548f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,5 @@
+# To use rbx environment.
+dist: trusty
bundler_args: "--verbose"
before_install:
- gem update --system
@@ -5,10 +7,9 @@ before_install:
- gem update bundler
rvm:
- 1.8.7
- - 1.9.2
- 1.9.3
- ree
- - rbx
+ - rbx-3
- jruby
- jruby-head
- 2.0.0
@@ -21,7 +22,7 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- - rvm: rbx
+ - rvm: rbx-3
fast_finish: true
notifications:
irc: "irc.freenode.org#pry"