Skip to content

Commit

Permalink
Travis: also test-compile with CLang (not just with GCC)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Oct 19, 2017
1 parent a8cb0fd commit 3cd316b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ os: linux

sudo: required

compiler: gcc
compiler:
- gcc
- clang

env:
- CONFIGURE_CMD=configure
Expand Down

0 comments on commit 3cd316b

Please sign in to comment.