fix travis build

This commit is contained in:
Robert Schmidt 2020-01-15 21:34:59 +01:00
parent 4a9be9c579
commit 97e3bbb2d8
4 changed files with 8 additions and 7 deletions

View file

@ -1 +1 @@
2.5.0
2.5.7

View file

@ -1,7 +1,11 @@
sudo: required
before_install:
- sudo apt-get -y install curl
language: ruby
cache: bundler
rvm: 2.5.7
install:
- rvm use 2.5.7 --install
services:
- docker

View file

@ -1,4 +1,4 @@
FROM ruby:2.5
FROM ruby:2.5.7
RUN curl -sL https://deb.nodesource.com/setup_9.x | bash - && apt-get update && \
apt-get install -y build-essential zlib1g-dev libsqlite3-dev nodejs npm \
libxml2-dev libxslt1-dev pkg-config \

View file

@ -316,6 +316,3 @@ DEPENDENCIES
tzinfo-data
uglifier
validate_url
BUNDLED WITH
1.16.1