summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-03 16:52:00 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-03 16:52:00 +0300
commitc96e3c44f59333378adb87d155884b1bea1a25d0 (patch)
treef544195f393f7ebe5ba764ff804f1281dc770176 /.travis.yml
parent5e3963910ef748b85f4a84460eac89f18ac0a3f7 (diff)
downloadhercules-c96e3c44f59333378adb87d155884b1bea1a25d0.tar.gz
hercules-c96e3c44f59333378adb87d155884b1bea1a25d0.tar.bz2
hercules-c96e3c44f59333378adb87d155884b1bea1a25d0.tar.xz
hercules-c96e3c44f59333378adb87d155884b1bea1a25d0.zip
Add gcc 6 into travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b09a25f1..259b1bf72 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ addons:
- ubuntu-toolchain-r-test
packages:
- gcc-5
+ - gcc-6
install:
- ./travis.sh getplugins || true
@@ -42,6 +43,10 @@ matrix:
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-5 --disable-manager --enable-Werror"
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-5 --disable-manager --disable-renewal --enable-Werror"
+ - compiler: gcc
+ env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-6 --disable-manager --enable-Werror"
+ - compiler: gcc
+ env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-6 --disable-manager --disable-renewal --enable-Werror"
notifications:
email: false