Skip to content

Commit

Permalink
Merge pull request #202 from samoht/mirage-dev
Browse files Browse the repository at this point in the history
Fix wrong pin version in CI scripts
  • Loading branch information
samoht authored Jan 4, 2017
2 parents a102727 + a84ed31 commit ad83a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script: bash ./.travis-docker.sh
env:
global:
- EXTRA_REMOTES="https://github.com/mirage/mirage-dev.git"
- PINS="conduit.0.15.0:. mirage-conduit.0.15.0:."
- PINS="conduit.0.15.0:. mirage-conduit:."
- PACKAGE="mirage-conduit"
- DEPOPTS="async_ssl lwt ssl tls"
matrix:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
CYG_ROOT: "C:\\cygwin"
CYG_BASH: "%CYG_ROOT%\\bin\\bash -lc"
TESTS: "false"
PINS: "conduit.0.15.0:. mirage-conduit.0.15.0:."
PINS: "conduit.0.15.0:. mirage-conduit:."
EXTRA_REMOTES: "https://github.com/mirage/mirage-dev.git"
PACKAGE: "mirage-conduit"

Expand Down

0 comments on commit ad83a47

Please sign in to comment.