Merge pull request #85 from agordeevw/travis-yml-patch

Fixed failing travis-ci build: specified fork of ocaml-ci-scripts
This commit is contained in:
Anton Podkopaev 2018-02-26 09:43:49 +03:00 committed by GitHub
commit 0d3cd8aa61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,6 @@ sudo: required
install: wget https://raw.githubusercontent.com/anlun/ocaml-ci-scripts/patch-1/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.06
- FORK_USER=anlun FORK_BRANCH=patch-1 OCAML_VERSION=4.06
os:
- linux