mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
update vagrant, travis to ruby 2.4
This commit is contained in:
parent
d6f51a1cbb
commit
3fdd165f41
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue