mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Merge pull request #5947 from commercialhaskell/rm-travis
Remove Travis CI config
This commit is contained in:
commit
ac1faf11ff
21
.travis.yml
21
.travis.yml
@ -1,21 +0,0 @@
|
||||
# Disable Docker stuff to try to make it faster
|
||||
sudo: true
|
||||
dist: bionic
|
||||
|
||||
# Choose a lightweight base image; we provide our own build tools.
|
||||
language: generic
|
||||
|
||||
# GHC depends on GMP. You can add other dependencies here as well.
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libgmp-dev
|
||||
|
||||
# Edit etc/ci-script.sh to change GHC version
|
||||
script:
|
||||
- ./etc/check.sh
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.stack
|
||||
- $HOME/.stackage/curator/cache
|
||||
Loading…
Reference in New Issue
Block a user