mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
fix travis build
This commit is contained in:
parent
4a9be9c579
commit
97e3bbb2d8
4 changed files with 8 additions and 7 deletions
|
@ -1 +1 @@
|
||||||
2.5.0
|
2.5.7
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
sudo: required
|
sudo: required
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get -y install curl
|
||||||
|
|
||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
rvm: 2.5.7
|
||||||
|
install:
|
||||||
|
- rvm use 2.5.7 --install
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
|
@ -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 && \
|
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 \
|
apt-get install -y build-essential zlib1g-dev libsqlite3-dev nodejs npm \
|
||||||
libxml2-dev libxslt1-dev pkg-config \
|
libxml2-dev libxslt1-dev pkg-config \
|
||||||
|
|
|
@ -316,6 +316,3 @@ DEPENDENCIES
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
uglifier
|
uglifier
|
||||||
validate_url
|
validate_url
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
1.16.1
|
|
||||||
|
|
Loading…
Reference in a new issue