Skip to content

Commit

Permalink
check release and debug builds in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Luxen committed Jul 31, 2013
1 parent 8a55b70 commit f03d1a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ branches:
only:
- master
- develop
env:
- OPTIONS="-DCMAKE_BUILD_TYPE=Release"
- OPTIONS="-DCMAKE_BUILD_TYPE=Debug"
notifications:
irc:
channels:
Expand Down

0 comments on commit f03d1a5

Please sign in to comment.