Skip to content
Snippets Groups Projects
Unverified Commit 64b2cbda authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

fix(travis): Change where `stack docker pull` happens

parent 80ddc175
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ addons:
packages:
- libgmp-dev
before_install: bash contrib/travis/before-install.sh
before_script: stack docker pull
script: stack test --no-terminal --install-ghc --copy-bins
cache:
directories:
......
......@@ -9,7 +9,7 @@ export PATH=$HOME/.local/bin:$PATH
curl -L https://www.stackage.org/stack/linux-x86_64 \
| tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
stack setup
stack docker pull
stack install hscolour
docker login -e="." -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" quay.io
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment