Merge branch 'travis' of https://github.com/alagoutte/nghttp2 into alagoutte-travis
This commit is contained in:
commit
b827b99b2f
|
@ -1,7 +1,8 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
#Disable gcc build for the moment...
|
||||||
|
# - gcc
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
before_install:
|
before_install:
|
||||||
|
@ -34,3 +35,4 @@ before_script:
|
||||||
- ./configure --enable-werror
|
- ./configure --enable-werror
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
- make check
|
||||||
|
|
Loading…
Reference in New Issue