mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
727c9101ff
* Update travis configuration for container based builds. See: https://docs.travis-ci.com/user/trusty-ci-environment#Container-based-with-sudo%3A-false * Enable caching at travis. See: https://docs.travis-ci.com/user/caching#Bundler
16 lines
163 B
YAML
16 lines
163 B
YAML
language: ruby
|
|
sudo: false
|
|
cache: bundler
|
|
|
|
services:
|
|
- mongodb
|
|
|
|
rvm:
|
|
- 2.2.7
|
|
- 2.3.4
|
|
- 2.4.1
|
|
- ruby-head
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: ruby-head
|