Created
July 8, 2017 18:48
-
-
Save pheymann/45bcea9beb1e4b2b007929a1e934cb5d to your computer and use it in GitHub Desktop.
Run Idris tests in Travis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: generic | |
os: linux | |
sudo: required | |
services: | |
- docker | |
script: | |
- docker run -v $(pwd):/var/idris-project pheymann/idris-travis:1.0 <execute test script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dockerfile: