Skip to content

Commit

Permalink
Update travis script, switch debug to prod
Browse files Browse the repository at this point in the history
howardwu committed May 29, 2017
1 parent e0aaba2 commit 2f6e743
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
@@ -49,7 +49,7 @@ before_script:
- git submodule init && git submodule update
- mkdir build
- cd build
- cmake .. -DDEBUG=ON # TODO (howardwu): Run production mode in addition to debug mode
- cmake ..

script:
- make

0 comments on commit 2f6e743

Please sign in to comment.