Updating travis

dev
Andy Meneely 2019-05-28 15:55:41 -04:00
parent d89c1b4697
commit 5ac04da5c9
1 changed files with 6 additions and 5 deletions

View File

@ -1,16 +1,17 @@
dist: trusty
language: ruby language: ruby
cache:
- bundler
- directories:
- /home/travis/.rvm/
sudo: true # need this for libgirepository1.0-dev sudo: true # need this for libgirepository1.0-dev
# sudo: false # taking advantage of container-based infrastructure
# cache: bundler # cache bundled gems from build to build
addons: addons:
apt: apt:
packages: packages:
- libgirepository1.0-dev # for gobject-introspection - libgirepository1.0-dev # for gobject-introspection
rvm: rvm:
- 2.4.2 - 2.4.2
- 2.5.0 - 2.5.3
- 2.6.0 - 2.6.3
- ruby-head - ruby-head
matrix: matrix:
allow_failures: allow_failures: