Skip to content

Commit 403710f

Browse files
authored
Merge pull request ocaml#22733 from samoht/travis-opam
travis-opam is not available on OCaml 5
2 parents 410d8a8 + ccf6e62 commit 403710f

File tree

8 files changed

+13
-13
lines changed
  • packages/travis-opam
    • travis-opam.1.0.0
    • travis-opam.1.0.2
    • travis-opam.1.0.3
    • travis-opam.1.1.0
    • travis-opam.1.2.0
    • travis-opam.1.3.0
    • travis-opam.1.4.0
    • travis-opam.1.5.0

8 files changed

+13
-13
lines changed

packages/travis-opam/travis-opam.1.0.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ authors: [
1010
]
1111

1212
depends: [
13-
"ocaml"
13+
"ocaml" {< "5.0"}
1414
"ocamlbuild" {build}
1515
]
1616
build: [make]
1717
synopsis: "Travis CI (Continuous Integration) helpers"
1818
description: """
19-
This package installs a set of helper tools that integrate your
19+
This package installs a set of helper tools that integrate your
2020
OCaml project with the Travis CI (http://travis-ci.org) online
2121
continuous integration system.
2222

packages/travis-opam/travis-opam.1.0.2/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ authors: [
1111
]
1212

1313
depends: [
14-
"ocaml"
14+
"ocaml" {< "5.0"}
1515
"ocamlbuild" {build}
1616
]
1717
build: [make]
1818
synopsis: "Travis CI (Continuous Integration) helpers"
1919
description: """
20-
This package installs a set of helper tools that integrate your
20+
This package installs a set of helper tools that integrate your
2121
OCaml project with the Travis CI (http://travis-ci.org) online
2222
continuous integration system.
2323

packages/travis-opam/travis-opam.1.0.3/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ authors: [
1111
]
1212

1313
depends: [
14-
"ocaml"
14+
"ocaml" {< "5.0"}
1515
"ocamlbuild" {build}
1616
]
1717
build: [make]
1818
synopsis: "Travis CI (Continuous Integration) helpers"
1919
description: """
20-
This package installs a set of helper tools that integrate your
20+
This package installs a set of helper tools that integrate your
2121
OCaml project with the Travis CI (http://travis-ci.org) online
2222
continuous integration system.
2323

packages/travis-opam/travis-opam.1.1.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors: [
1010
]
1111

1212
depends: [
13-
"ocaml"
13+
"ocaml" {< "5.0"}
1414
"ocamlbuild" {build}
1515
]
1616
depexts: [
@@ -25,7 +25,7 @@ depexts: [
2525
build: [make]
2626
synopsis: "Travis CI (Continuous Integration) helpers"
2727
description: """
28-
This package installs a set of helper tools that integrate your
28+
This package installs a set of helper tools that integrate your
2929
OCaml project with the Travis CI (http://travis-ci.org) online
3030
continuous integration system.
3131

packages/travis-opam/travis-opam.1.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build: [
1717
]
1818

1919
depends: [
20-
"ocaml"
20+
"ocaml" {< "5.0"}
2121
"jbuilder" {>= "1.0+beta7"}
2222
"jsonm" {build}
2323
]

packages/travis-opam/travis-opam.1.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build: [
1717
]
1818

1919
depends: [
20-
"ocaml"
20+
"ocaml" {< "5.0"}
2121
"jbuilder" {>= "1.0+beta7"}
2222
"jsonm" {build}
2323
]

packages/travis-opam/travis-opam.1.4.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage: "https://github.com/ocaml/ocaml-ci-scripts"
1111
doc: "https://ocaml.github.io/ocaml-ci-scripts/"
1212
bug-reports: "https://github.com/ocaml/ocaml-ci-scripts/issues"
1313
depends: [
14-
"ocaml"
14+
"ocaml" {< "5.0"}
1515
"jbuilder" {>= "1.0+beta7"}
1616
"jsonm" {build}
1717
]
@@ -25,4 +25,4 @@ url {
2525
src:
2626
"https://github.com/ocaml/ocaml-ci-scripts/releases/download/1.4.0/travis-opam-1.4.0.tbz"
2727
checksum: "md5=b4bf6f93c03cb65a4ba4e22a062a6554"
28-
}
28+
}

packages/travis-opam/travis-opam.1.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doc: "https://ocaml.github.io/ocaml-ci-scripts/"
1212
bug-reports: "https://github.com/ocaml/ocaml-ci-scripts/issues"
1313
depends: [
1414
"dune"
15-
"ocaml"
15+
"ocaml" {< "5.0"}
1616
"jsonm" {build}
1717
"opam-file-format" {build}
1818
]

0 commit comments

Comments
 (0)