Skip to content

Commit

Permalink
Merge pull request #242 from samoht/pins
Browse files Browse the repository at this point in the history
Remove unnecessary pins in CI scripts
  • Loading branch information
samoht committed Dec 12, 2017
2 parents 887a833 + 63d4a09 commit 24bc9af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/ma
script: bash -ex .travis-opam.sh
env:
global:
- PINS="git.dev:. git-http.dev:. git-unix.dev:. git-mirage.dev:. angstrom:https://github.com/dinosaure/angstrom.git#fix-peek-char digestif.dev:https://github.com/mirage/digestif.git#link"
- PINS="git.dev:. git-http.dev:. git-unix.dev:. git-mirage.dev:. angstrom:https://github.com/dinosaure/angstrom.git#fix-peek-char"
matrix:
- OCAML_VERSION=4.06 PACKAGE="git.dev"
- OCAML_VERSION=4.04 PACKAGE="git-unix.dev"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -6,7 +6,7 @@ environment:
FORK_USER: ocaml
FORK_BRANCH: master
CYG_ROOT: C:\cygwin64
PINS: "git.dev:. git-http.dev:. git-unix.dev:. git-mirage.dev:. angstrom:https://github.com/dinosaure/angstrom.git#fix-peek-char digestif.dev:https://github.com/mirage/digestif.git#link farfadet.0.2:--dev alcotest"
PINS: "git.dev:. git-http.dev:. git-unix.dev:. git-mirage.dev:. angstrom:https://github.com/dinosaure/angstrom.git#fix-peek-char"
matrix:
- PACKAGE: "git-mirage.dev"
- PACKAGE: "git-unix.dev"
Expand Down
2 changes: 1 addition & 1 deletion git.opam
Expand Up @@ -22,7 +22,7 @@ depends: [
"farfadet" {>= "0.2"}
"faraday" {>= "0.5.0"}
"fpath" {>= "0.7.0"}
"digestif" {>= "0.5.0"}
"digestif" {>= "0.5"}
"lru" {>= "0.2.0"}
"decompress" {>= "0.7"}
"hex"
Expand Down

0 comments on commit 24bc9af

Please sign in to comment.