mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Remove ruby 2.2 from build matrix
This commit is contained in:
parent
a4dd24add2
commit
2c3e5d5b55
1 changed files with 1 additions and 6 deletions
|
@ -4,11 +4,7 @@ language: ruby
|
|||
dist: trusty
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_RUBY_VERSION" = "2.2.10" ]; then
|
||||
gem install bundler -v '< 2.0';
|
||||
else
|
||||
gem install bundler;
|
||||
fi
|
||||
- gem install bundler
|
||||
- export CXX="g++-4.8"
|
||||
|
||||
addons:
|
||||
|
@ -19,7 +15,6 @@ addons:
|
|||
- g++-4.8
|
||||
- pandoc
|
||||
rvm:
|
||||
- 2.2.10
|
||||
- 2.3.8
|
||||
- 2.4.9
|
||||
- 2.5.7
|
||||
|
|
Loading…
Reference in a new issue