diff options
author | Paul Fertser <fercerpav@gmail.com> | 2020-02-27 10:13:57 +0300 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-03-05 17:52:09 +0000 |
commit | ae16735a74a711c0ed7adf6e1df18b75a5a26205 (patch) | |
tree | 7202f6ccb8c0da7e72becdb96af81fe6456850d8 /.travis.yml | |
parent | f9370ebb1242bf4cc8e0a10393321acdd6e02a65 (diff) | |
download | xmobar-ae16735a74a711c0ed7adf6e1df18b75a5a26205.tar.gz xmobar-ae16735a74a711c0ed7adf6e1df18b75a5a26205.tar.bz2 |
Wireless: fix hlint warnings, reenable CI checks
This makes the code hlint-clean for --cpp-define=USE_NL80211,
--cpp-define=IWLIB and without --cpp-define too.
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 54b4ee0..9ccfc21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,5 +27,5 @@ install: - wget https://raw.github.com/ndmitchell/hlint/master/misc/travis.sh script: -# - sh ./travis.sh src + - sh ./travis.sh src - cabal configure --enable-tests -fall_extensions && cabal build && cabal test |