Browse Source

Dropping clang for now.

pull/59/head
Meeh 11 years ago
parent
commit
1612a87810
  1. 10
      .travis.yml

10
.travis.yml

@ -1,12 +1,6 @@ @@ -1,12 +1,6 @@
language: cpp
matrix:
allow_failures:
- compiler: clang
compiler:
- gcc
- clang
cache:
- apt
compiler: gcc
cache: apt
branches:
only:
- master

Loading…
Cancel
Save