update vagrant, travis to ruby 2.4

This commit is contained in:
Kyle Drake 2017-04-02 14:14:51 -07:00
parent d6f51a1cbb
commit 3fdd165f41
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
language: ruby language: ruby
rvm: rvm:
- "2.3.0" - "2.4.1"
addons: addons:
postgresql: "9.3" postgresql: "9.5"
before_script: before_script:
- psql -c 'create database travis_ci_test;' -U postgres - psql -c 'create database travis_ci_test;' -U postgres
sudo: false sudo: false

View file

@ -3,5 +3,5 @@
apt-get -y install python-software-properties apt-get -y install python-software-properties
apt-add-repository -y ppa:brightbox/ruby-ng apt-add-repository -y ppa:brightbox/ruby-ng
apt-get -y update apt-get -y update
apt-get -y install ruby2.3 ruby2.3-dev apt-get -y install ruby2.4 ruby2.4-dev
gem install bundler --no-rdoc --no-ri gem install bundler --no-rdoc --no-ri