2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-09-03 15:55:42 +00:00

Removes unnecessary ruby installations (#288)

* Removes  unnecessary ruby installations

* Adds slightly more caching

* Reads gem installation
This commit is contained in:
Timo Sand
2018-10-29 16:38:04 +02:00
committed by Rebecca Star
parent e7cfb061cc
commit 2f6dd7f23c

View File

@@ -16,14 +16,18 @@ services:
- docker - docker
cache: cache:
pip: true
bundler: true
directories: directories:
- $HOME/.ivy2/cache - $HOME/.ivy2/cache
- $HOME/.sbt - $HOME/.sbt
- node_modules
timeout: 900 timeout: 900
install: before_install:
- rvm use 2.2.8 --install --fuzzy
- gem update --system - gem update --system
install:
- gem install sass jekyll:3.2.1 - gem install sass jekyll:3.2.1
before_cache: before_cache: