Skip to content

Commit

Permalink
update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
amirmc committed Aug 12, 2014
1 parent 251d779 commit 41335b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _mirage/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Edited from https://gist.github.com/avsm/6757425 and @mor1
# (see post at: http://anil.recoil.org/2013/09/30/travis-and-ocaml.html)

OPAM_DEPENDS="mirage"
OPAM_DEPENDS="mirage fat-filesystem"

case "$OCAML_VERSION,$OPAM_VERSION" in
4.01.0,1.1.0) ppa=avsm/ocaml41+opam11 ;;
Expand Down Expand Up @@ -35,6 +35,7 @@ mirage --version

# run the commands to build from here
FS=fat mirage configure --$MIRAGE_BACKEND
make depend
mirage build

#############################
Expand Down

0 comments on commit 41335b7

Please sign in to comment.