Skip to content

Commit a82a6a8

Browse files
committed
update travis
1 parent 9d896b7 commit a82a6a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ install:
4545
script:
4646
# Build the package, its tests, and its docs and run the tests
4747
- 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
4949
- 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;
5050

5151
before_install:
5252
# Download and unpack the stack executable
5353
- mkdir -p ~/.local/bin
5454
- export PATH=$HOME/.local/bin:$PATH
5555
- 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-

0 commit comments

Comments
 (0)