2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-31 14:25:30 +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
cache:
pip: true
bundler: true
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt
- node_modules
timeout: 900
install:
- rvm use 2.2.8 --install --fuzzy
before_install:
- gem update --system
install:
- gem install sass jekyll:3.2.1
before_cache: