Skip to content

Commit

Permalink
Remove release debug combo
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Apr 27, 2016
1 parent bae83a1 commit c69cf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ script:
- if [[ "$ASAN" == "on" ]]; then export ASANVARIANT="${ASANVARIANT} on"; fi

- |
for build_type in debug minsizerel relwithdebinfo release; do
for build_type in debug minsizerel release; do
for asan_type in ASANVARIANT; do
build_dir="build-$build_type-asan-$asan_type"
mkdir $build_dir
Expand Down

0 comments on commit c69cf5e

Please sign in to comment.