Update .travis.yml

This commit is contained in:
Kate 2020-02-12 15:09:57 +00:00 committed by GitHub
parent 88bf1bdd30
commit 6a14761d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@ script: bash -ex .travis-opam.sh
env: env:
global: global:
- PACKAGE=utop - PACKAGE=utop
- FORK_USER=kit-ty-kate
- FORK_BRANCH=410
matrix: matrix:
- OCAML_VERSION=4.03 - OCAML_VERSION=4.03
- OCAML_VERSION=4.04 - OCAML_VERSION=4.04
@ -15,7 +13,7 @@ env:
- OCAML_VERSION=4.07 - OCAML_VERSION=4.07
- OCAML_VERSION=4.08 - OCAML_VERSION=4.08
- OCAML_VERSION=4.09 - OCAML_VERSION=4.09
- OPAM_SWITCH=4.10.0+beta1 OCAML_BETA=enable - OPAM_SWITCH=4.10.0+rc2 OCAML_BETA=enable
os: os:
- linux - linux
- osx - osx