Remove "script" spec from travis.yml

Travis should autodetect & do the right thing for autoconf projects...
This commit is contained in:
David Lamparter 2016-02-28 18:20:23 +01:00
parent 89818b0286
commit b18d178884

View file

@ -13,8 +13,6 @@ addons:
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
script: make
compiler:
- clang
- gcc