Skip to content

Commit

Permalink
Update the Travis configuration file
Browse files Browse the repository at this point in the history
Update the build configuration to remove some useless steps and
build on a Trusty version now as Rubinius only supports it. Finally,
remove 1.9.2 from the build matrix as it doesn't work on Trusty but
is EOL since 2014.
  • Loading branch information
robin850 committed Jan 18, 2017
1 parent ef93be6 commit 10b7938
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
@@ -1,4 +1,5 @@
sudo: false
dist: trusty

addons:
apt:
Expand All @@ -7,26 +8,17 @@ addons:
- tcl
- tk

before_install:
- gem uninstall bundler -v 1.6.9
- gem install bundler -v 1.11.2
install: travis_retry bundle install --without=benchmark
install: bundle install --without=benchmark

rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- rbx-3
- rbx
- 2.3.3
- 2.4.0
- rbx-3.69
- ruby-head

matrix:
allow_failures:
- rvm: rbx-3
- rvm: rbx

notifications:
email: false

0 comments on commit 10b7938

Please sign in to comment.