c-capnproto/.travis.yml
David Lamparter b18d178884 Remove "script" spec from travis.yml
Travis should autodetect & do the right thing for autoconf projects...
2016-02-28 18:20:23 +01:00

18 lines
271 B
YAML

language: cpp
# need at least gcc 4.8 for -std=c++11
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
# use gcc-4.8
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
compiler:
- clang
- gcc