Skip to content

Commit 45d7b93

Browse files
committed
use mirage infrastructure
1 parent 8e1d6f5 commit 45d7b93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bash -ex .travis-opam.sh
22

33
eval `opam config env`
44
opam install mirage -y
5-
git clone -b sleep-nsec https://github.com/hannesm/mirage-skeleton.git
5+
git clone -b mirage-dev https://github.com/mirage/mirage-skeleton.git
66
cd mirage-skeleton
77
MODE=unix make
88
MODE=xen make

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ script: bash -ex .travis-ci.sh
55
env:
66
global:
77
- UPDATE_GCC_BINUTILS=1
8-
- EXTRA_REMOTES="git://github.com/hannesm/mirage-dev.git#sleep-nsec"
8+
- EXTRA_REMOTES="git://github.com/mirage/mirage-dev.git"
99
matrix:
1010
- PACKAGE=mirage OCAML_VERSION=4.03
1111
- PACKAGE=mirage-types OCAML_VERSION=4.03

0 commit comments

Comments
 (0)