ghcup/.travis.yml
Dale Wijnand 549340c95a
Drop unused fast_finish: true from .travis.yml
"fast_finish: true" is only effective when you have jobs in your
build matrix that you allow to fail, which isn't the case here.

https://blog.travis-ci.com/2013-11-27-fast-finishing-builds
2018-12-11 22:13:33 +00:00

32 lines
527 B
YAML

language: bash
# Use container-based infrastructure for quicker build start-up
sudo: false
addons:
apt:
# for building GHC
sources:
- llvm-toolchain-trusty-5.0
packages:
- autoconf
- automake
- g++
- gcc
- git
- libgmp-dev
- libllvm5.0
- libtinfo-dev
- libtool
- llvm-5.0
- llvm-5.0-dev
- make
- ncurses-dev
- python3
- realpath
- xz-utils
# TODO: also run checkbashisms.pl (currently two instances of non-compliance)
script:
- ./.travis.sh