Skip to content

Commit

Permalink
.Travis.yml: test-compile with CLang aswell
Browse files Browse the repository at this point in the history
Adds compiler information to .Travis.yml so
that Travis compiles files with Clang as well.
  • Loading branch information
abishekvashok authored Nov 4, 2017
2 parents 0cc3b18 + 21ffe61 commit dfae49d
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

script:
- ./configure
Expand Down

0 comments on commit dfae49d

Please sign in to comment.