Skip to content

Commit

Permalink
TRAVIS: unset 'language', use clang++ for distcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <timj@gnu.org>
  • Loading branch information
tim-janik committed Oct 27, 2016
1 parent 93276b0 commit 3abb6f8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ os: linux
dist: trusty
sudo: required
services: docker
language: c
language: generic

env:
global:
Expand All @@ -19,16 +19,12 @@ env:
- DIST="debian:testing"
- DIST="ubuntu:xenial"
- DIST="ubuntu:yakkety"
# distcheck: succeed in 'make distcheck'
- INTENT="distcheck" DIST="ubuntu:wily"
# clangbuild: succeed in using clang++ for builds
- INTENT="clangbuild" DIST="ubuntu:wily"
- DIST="ubuntu:wily" INTENT="clangbuild,distcheck"
matrix:
allow_failures:
- env: DIST="debian:testing"
- env: DIST="ubuntu:xenial"
- env: DIST="ubuntu:yakkety"
- env: DIST="debian:testing"
- env: INTENT="distcheck" DIST="ubuntu:wily"
fast_finish: true

before_install:
Expand All @@ -38,9 +34,6 @@ before_install:
- cat /etc/os-release
- pwd
- free -tm
- $CC --version
- $CXX --version
- make --version
- python --version

install:
Expand Down

0 comments on commit 3abb6f8

Please sign in to comment.