diff options
author | jao <jao@gnu.org> | 2018-02-25 12:05:50 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-02-25 12:05:50 +0100 |
commit | 2e28ddc842efeb7835ebfc04bb346c2faae54873 (patch) | |
tree | a49a3f706413af4f93a077254b762901ba50d998 /.travis.yml | |
parent | 3e6e34465e8b6cacf762866239666fb72e685acc (diff) | |
download | xmobar-2e28ddc842efeb7835ebfc04bb346c2faae54873.tar.gz xmobar-2e28ddc842efeb7835ebfc04bb346c2faae54873.tar.bz2 |
Revert "Spurious flag in travis file removed"
This reverts commit 3e6e34465e8b6cacf762866239666fb72e685acc.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a747af4..97e32e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ install: script: - sh ./travis.sh src - - cabal configure --enable-tests && cabal build && cabal test + - cabal configure --enable-tests -fall_extensions && cabal build && cabal test |