Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
experimenting with travis ci.
  • Loading branch information
TrevorHansen committed Sep 12, 2016
1 parent 715a2e9 commit 9103cd5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -18,6 +18,13 @@ env:
- STP_CONFIG=KLEE
- STP_CONFIG=COVERAGE
- STP_CONFIG=INTREE_BUILD

matrix:
include:
# Covertiy scan should only run once
- os: linux
compiler: gcc
env: COVERITY_SCAN=1 STP_CONFIG=DYNAMIC_LIB
- compiler: clang
addons:
apt:
Expand All @@ -28,13 +35,6 @@ env:
- clang-3.7
env: STP_CONFIG=CLANG_STATIC

matrix:
include:
# Covertiy scan should only run once
- os: linux
compiler: gcc
env: COVERITY_SCAN=1 STP_CONFIG=DYNAMIC_LIB

allow_failures:
# Covertiy scan might fail
- env: COVERITY_SCAN=1 STP_CONFIG=DYNAMIC_LIB
Expand Down

0 comments on commit 9103cd5

Please sign in to comment.