Skip to content

Commit

Permalink
Merge pull request #310 from samoht/fix-travis
Browse files Browse the repository at this point in the history
Intall libxen-dev in Travis CI scripts
  • Loading branch information
samoht committed Oct 28, 2014
2 parents 6f5bb26 + b261b82 commit b9757ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-ci.sh
Expand Up @@ -10,7 +10,7 @@ esac

echo "yes" | sudo add-apt-repository ppa:$ppa
sudo apt-get update -qq
sudo apt-get install -qq ocaml ocaml-native-compilers camlp4-extra opam
sudo apt-get install -qq ocaml ocaml-native-compilers camlp4-extra opam libxen-dev
export OPAMYES=1

# when preparing a set of synchronised updates for a Mirage release:
Expand Down

0 comments on commit b9757ed

Please sign in to comment.