mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Try disabling container-based builds for Travis
This commit is contained in:
parent
43467ab858
commit
0ae61aab77
13
.travis.yml
13
.travis.yml
@ -1,5 +1,5 @@
|
|||||||
# Use new container infrastructure to enable caching
|
# Disable Docker stuff to try to make it faster
|
||||||
sudo: false
|
sudo: true
|
||||||
|
|
||||||
# Choose a lightweight base image; we provide our own build tools.
|
# Choose a lightweight base image; we provide our own build tools.
|
||||||
language: generic
|
language: generic
|
||||||
@ -14,7 +14,8 @@ addons:
|
|||||||
script:
|
script:
|
||||||
- ./etc/ci-script.sh
|
- ./etc/ci-script.sh
|
||||||
|
|
||||||
cache:
|
# Caching doesn't work with sudo: true
|
||||||
directories:
|
#cache:
|
||||||
- $HOME/.stack
|
# directories:
|
||||||
- $HOME/.stackage/curator/cache
|
# - $HOME/.stack
|
||||||
|
# - $HOME/.stackage/curator/cache
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user