Idris2-boot/.travis.yml
2019-07-23 21:49:24 +02:00

10 lines
170 B
YAML

dist: bionic
services: docker
language: minimal
before_install: docker pull theodus/idris2-ci-base:latest
script: docker build . -f .ci-dockerfiles/ci-run.dockerfile