Use the new container-based test infrastructure on travis ci

This commit is contained in:
yui-knk
2016-02-11 20:32:09 +09:00
parent 96ea55d2f9
commit 4f0a509342
+8 -4
View File
@@ -1,10 +1,14 @@
sudo: false
addons:
apt:
packages:
- rake
- bison
- git
- gperf
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get -qq update
install:
- sudo apt-get -qq install rake bison git gperf
script:
- rake test