summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2020-02-27 10:13:57 +0300
committerjao <jao@gnu.org>2020-03-05 17:52:09 +0000
commitae16735a74a711c0ed7adf6e1df18b75a5a26205 (patch)
tree7202f6ccb8c0da7e72becdb96af81fe6456850d8 /.travis.yml
parentf9370ebb1242bf4cc8e0a10393321acdd6e02a65 (diff)
downloadxmobar-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.yml2
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