Skip to content

Commit 1dcdb40

Browse files
committed
Remove version constraint in .travis.yml
We don't need to test the constraint boundary anymore.
1 parent 1e39fa1 commit 1dcdb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/ma
33
script: bash -ex .travis-opam.sh
44
env:
55
global:
6-
- PACKAGE=git.1.7.0
6+
- PACKAGE=git
77
matrix:
88
- OCAML_VERSION=4.01
99
- OCAML_VERSION=4.02

0 commit comments

Comments
 (0)