Skip to content

Commit ce79d61

Browse files
committed
TMP: use my fork/branch
1 parent e5dddd8 commit ce79d61

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis-ocaml.sh

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ esac
241241

242242
echo OCAML_VERSION=$OCAML_VERSION > .travis-ocaml.env
243243
echo OPAM_SWITCH=$OPAM_SWITCH >> .travis-ocaml.env
244+
echo OPAM_VERSION=$OPAM_VERSION
244245

245246
ocaml -version
246247
opam --version

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: c
2-
sudo: required
3-
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
2+
install: wget https://raw.githubusercontent.com/samoht/ocaml-ci-scripts/opam2/.travis-opam.sh
43
script: bash -ex .travis-opam.sh
54
env:
5+
global:
6+
- FORK_USER=samoht
7+
- FORK_BRANCH=opam2
8+
matrix:
69
- OCAML_VERSION=4.02
710
- OCAML_VERSION=4.03
811
- OCAML_VERSION=4.04

0 commit comments

Comments
 (0)