travis: remove caching
parent
b82a4a838a
commit
1c3b39b59d
|
|
@ -1,12 +1,10 @@
|
|||
language: ruby
|
||||
cache:
|
||||
- directories:
|
||||
- /home/travis/.rvm/
|
||||
sudo: true # need this for libgirepository1.0-dev
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libgirepository1.0-dev # for gobject-introspection
|
||||
- ruby-pango
|
||||
rvm:
|
||||
- 2.4.2
|
||||
- 2.5.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue