Skip to content

Commit

Permalink
TRAVIS: rm --enable-debug duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Sep 2, 2015
1 parent ac62dbd commit eff3130
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: c

env:
- BUILD_FLAGS="--enable-debug --with-gtk3 --with-libnotify"
- BUILD_FLAGS="--enable-debug --with-gtk3 --without-libnotify"
- BUILD_FLAGS="--enable-debug --without-gtk3 --with-libnotify"
- BUILD_FLAGS="--enable-debug --without-gtk3 --without-libnotify"
- BUILD_FLAGS="--with-gtk3 --with-libnotify"
- BUILD_FLAGS="--with-gtk3 --without-libnotify"
- BUILD_FLAGS="--without-gtk3 --with-libnotify"
- BUILD_FLAGS="--without-gtk3 --without-libnotify"

compiler:
- clang
Expand Down

0 comments on commit eff3130

Please sign in to comment.