File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 7
7
fast_finish : true
8
8
include :
9
9
- os : linux
10
- env :
11
- - STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
12
- - HLINT=Y
13
- - WEEDER=Y
10
+ env : STACK_PKG_URL=https://www.stackage.org/stack/linux-x86_64
14
11
- os : osx
15
12
env : STACK_PKG_URL=https://www.stackage.org/stack/osx-x86_64
16
13
@@ -24,9 +21,9 @@ before_install:
24
21
# Here starts the actual work to be performed for the package under test;
25
22
# any command which exits with a non-zero exit code causes the build to fail.
26
23
script :
27
- - if [[ $HLINT ]]; then source .ci-scripts/travis/run-hlint.sh; fi
24
+ - source .ci-scripts/travis/run-hlint.sh
28
25
- travis_wait 45 stack --no-terminal --skip-ghc-check test --haddock --no-haddock-deps
29
- - if [[ $WEEDER ]]; then source .ci-scripts/travis/run-weeder.sh; fi
26
+ - source .ci-scripts/travis/run-weeder.sh
30
27
31
28
# Build the integration examples
32
29
- travis_wait 45 stack --no-terminal --skip-ghc-check build
You can’t perform that action at this time.
0 commit comments