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
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq ragel
sudo: false
addons:
apt:
packages:
- ragel
install:
- bundle install --retry=3