Remove "script" spec from travis.yml
Travis should autodetect & do the right thing for autoconf projects...
This commit is contained in:
parent
89818b0286
commit
b18d178884
1 changed files with 0 additions and 2 deletions
|
|
@ -13,8 +13,6 @@ addons:
|
||||||
install:
|
install:
|
||||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||||
|
|
||||||
script: make
|
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue