From 639eb807d94d39658208923f7a8e17ecd8d3ea5f Mon Sep 17 00:00:00 2001 From: sahabi Date: Tue, 30 Jan 2018 15:10:02 -0600 Subject: Fix travis/CI The Travis CI fails due to the command sh ./travis.sh src returns an error due to the fact that travis.sh does not exist. The fix is removing the command from travis.yml. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f3172a..d445e4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,4 @@ 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 \ No newline at end of file + - cabal configure --enable-tests -fall_extensions && cabal build && cabal test -- cgit v1.2.3