Skip to content

Commit

Permalink
travis: be explicit on the options
Browse files Browse the repository at this point in the history
  • Loading branch information
ensonic committed Jun 25, 2016
1 parent 1d8a3d9 commit 6a92771
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 @@ -13,7 +13,7 @@ before_script:

env:
- CONFIGURE_OPTS="--enable-debug"
- CONFIGURE_OPTS=""
- CONFIGURE_OPTS="--disable-debug"

script: ./configure ${CONFIGURE_OPTS} && make && make check

Expand Down

0 comments on commit 6a92771

Please sign in to comment.