Update travis configuration
This commit is contained in:
parent
a51949933f
commit
109510c050
|
@ -4,18 +4,14 @@ sudo: false
|
||||||
|
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
before_install:
|
|
||||||
- gem uninstall bundler -aIxq --force
|
|
||||||
- gem uninstall -Ixq --force -i /home/travis/.rvm/gems/ruby-2.2.3@global bundler
|
|
||||||
- gem install bundler -v '1.12.5'
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- bsdtar
|
- bsdtar
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.2.3
|
- 2.2.5
|
||||||
|
- 2.3.3
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue