Skip to content

Commit

Permalink
Debug build.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed Jan 20, 2014
1 parent 3696f23 commit 633b0b5
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 @@ -7,7 +7,7 @@ before_install:
- sudo pip install cpp-coveralls --use-mirrors
script:
- mkdir _build && cd _build
- cmake ..
- cmake -DCMAKE_BUILD_TYPE="Debug" ..
- make VERBOSE=1 Aquila aquila_test
- ctest
after_success:
Expand Down

0 comments on commit 633b0b5

Please sign in to comment.