Switch to Travis' container infrastructure

Fixes #128
This commit is contained in:
Yorick Peterse 2015-07-22 17:57:09 +02:00
parent 5d0e8c99af
commit d69be182bd
1 changed files with 6 additions and 3 deletions

View File

@ -3,9 +3,12 @@ language: ruby
script: bundle exec rake script: bundle exec rake
before_install: sudo: false
- sudo apt-get update -qq
- sudo apt-get install -qq ragel addons:
apt:
packages:
- ragel
install: install:
- bundle install --retry=3 - bundle install --retry=3