Skip to content

Commit

Permalink
travis: add simple Docker-based configuration
Browse files Browse the repository at this point in the history
This tests the minimum OCaml version (4.02) and the latest current
(4.06)

Signed-off-by: David Scott <[email protected]>
  • Loading branch information
djs55 committed Nov 14, 2017
1 parent 67f3b35 commit 4afa0ed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
script: bash ./.travis-docker.sh
env:
global:
- PINS="sha:."
- PACKAGE="sha"
matrix:
- DISTRO=alpine OCAML_VERSION=4.02.0
- DISTRO=alpine OCAML_VERSION=4.06.0

0 comments on commit 4afa0ed

Please sign in to comment.