diff options
author | jao <jao@gnu.org> | 2018-01-31 19:35:46 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-01-31 19:35:46 +0100 |
commit | b38cd51131dfd1037e119ec927fd8881cc2efe18 (patch) | |
tree | 6f9f4da17bb8ab95d80c8f452d72a3b0fda062c5 /.travis.yml | |
parent | 0f4668cd35c8d5c9f6636b926422570debaeeab7 (diff) | |
download | xmobar-b38cd51131dfd1037e119ec927fd8881cc2efe18.tar.gz xmobar-b38cd51131dfd1037e119ec927fd8881cc2efe18.tar.bz2 |
Let's try travis.sh (hlint warnings) again
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 79dfa16..97e32e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,5 @@ install: - wget https://raw.github.com/ndmitchell/hlint/master/misc/travis.sh script: + - sh ./travis.sh src - cabal configure --enable-tests -fall_extensions && cabal build && cabal test |