File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,11 @@ install:
45
45
script :
46
46
# Build the package, its tests, and its docs and run the tests
47
47
- stack --no-terminal bench --no-run-benchmarks
48
- - PREFIX=.stack-work/dist/x86_64-linux/Cabal-2.2 .0.1/build
48
+ - PREFIX=.stack-work/dist/x86_64-linux/Cabal-2.4 .0.1/build
49
49
- if [ $DO = SPACE ]; then travis_wait 30 $PREFIX/space/space; else $PREFIX/time/time run --part $STEP --of 4 -g '("Mesh",2)' -g '("Clique",2)' ; fi;
50
50
51
51
before_install :
52
52
# Download and unpack the stack executable
53
53
- mkdir -p ~/.local/bin
54
54
- export PATH=$HOME/.local/bin:$PATH
55
55
- travis_retry curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
56
-
You can’t perform that action at this time.
0 commit comments