Skip to content

Commit

Permalink
Test stlink against clang and gcc through the travis "compiler" flag …
Browse files Browse the repository at this point in the history
…instead of a manual matrix
  • Loading branch information
oli-obk committed Mar 24, 2017
1 parent bd28ce0 commit ea714b6
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
sudo: true
language: c
compiler:
- gcc
- clang
addons:
apt:
sources:
Expand All @@ -16,15 +19,3 @@ script:
- printenv
- cmake --version
- ./.travis.sh
matrix:
include:
- os: linux
compiler: clang
# - os: linux
# compiler: clang-3.8
- os: linux
compiler: gcc-5
# - os: linux
# compiler: clang-3.8
- os: osx
compiler: clang

0 comments on commit ea714b6

Please sign in to comment.