Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Rebours committed Aug 27, 2018
1 parent b0033a6 commit 8470acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash ./.travis-docker.sh
env:
global:
- PACKAGE=multipart-form-data
- DISTRO=alpine-3.6
- OPAM_VERSION=1.2.2
matrix:
- OCAML_VERSION=4.02.3
- OCAML_VERSION=4.03.0
Expand Down

0 comments on commit 8470acd

Please sign in to comment.