From 05919bb5e114f9a935a4ba0bfa1449e9cc2c5ba2 Mon Sep 17 00:00:00 2001 From: Alexander Gordeev Date: Sat, 24 Feb 2018 23:42:54 +0700 Subject: [PATCH] specified fork of ocaml-ci-scripts --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7dbaf148d..cc18965d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file