Skip to content

Commit

Permalink
Adding clang and normal run again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Opprecht committed Oct 20, 2016
1 parent 0165719 commit 70d75e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ language: c

compiler:
- gcc
- clang

os:
- linux
Expand All @@ -16,6 +17,7 @@ sudo: false
script:
- make clean
- make coverage && make test && make run-test && make coverage-info
- make && make run-test

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 70d75e1

Please sign in to comment.