Skip to content

Commit

Permalink
travis: use docker instead of recompiling ocaml all over
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Oct 25, 2019
1 parent 74f6ba8 commit 2e6936c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash -ex .travis-docker.sh
sudo: false
services:
- docker
env:
global:
- TESTS=true
- PACKAGE="ethernet"
- DISTRO=alpine
matrix:
- OCAML_VERSION=4.06
- OCAML_VERSION=4.07
Expand Down

0 comments on commit 2e6936c

Please sign in to comment.