Skip to content

Commit

Permalink
Travis-CI fails to fail with an unknown dist, and Xenial is currently…
Browse files Browse the repository at this point in the history
… unknown. Currently the fallback seems to be Trusty. Hence this simplification of the control file.
  • Loading branch information
russel committed Jan 31, 2017
1 parent 724f1e2 commit c0561f5
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .travis.yml
@@ -1,23 +1,10 @@
language: c++
sudo: required
dist: trusty
matrix:
include:
- #dist: trusty
compiler: gcc
os: linux
sudo: required
- #dist: trusty
compiler: clang
os: linux
sudo: required
- dist: xenial
compiler: gcc
os: linux
sudo: required
- dist: xenial
compiler: clang
os: linux
sudo: required

compiler:
- gcc
- clang

before_script:
- sudo apt-get update -qq
Expand Down

0 comments on commit c0561f5

Please sign in to comment.