ghcup/.travis.yml

12 lines
224 B
YAML
Raw Normal View History

2018-09-29 15:25:54 +00:00
language: bash
# Use container-based infrastructure for quicker build start-up
sudo: false
# TODO: also run checkbashisms.pl (currently two instances of non-compliance)
script:
2018-09-29 16:02:14 +00:00
- ./.travis.sh
2018-09-29 15:25:54 +00:00
matrix:
fast_finish: true