Merge pull request #114 from 5apps/travis_update

Do not install Riak CS, run Travis builds on Trusty containers
This commit is contained in:
Basti 2018-04-15 20:13:56 +02:00 committed by GitHub
commit e876f4ba52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@ rvm:
services: services:
- redis-server - redis-server
before_install: before_install:
- sh .travis/install_riakcs.sh
- gem install bundler - gem install bundler
before_script: before_script:
- cp config.yml.example config.yml - cp config.yml.example config.yml
@ -22,6 +21,3 @@ notifications:
- http://hook-juggler.herokuapp.com/hooks/travis - http://hook-juggler.herokuapp.com/hooks/travis
on_success: always on_success: always
on_failure: always on_failure: always
# Force legacy Blue Box build for now
sudo: required
group: legacy