Idris2-boot/.travis.yml

10 lines
170 B
YAML
Raw Permalink Normal View History

2019-07-23 22:49:24 +03:00
dist: bionic
services: docker
language: minimal
before_install: docker pull theodus/idris2-ci-base:latest
script: docker build . -f .ci-dockerfiles/ci-run.dockerfile