Skip to content

Commit a367a43

Browse files
committed
install bubblewrap for opam2
1 parent 9521035 commit a367a43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis-ocaml.sh

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ UBUNTU_TRUSTY=${UBUNTU_TRUSTY:-"0"}
4444
INSTALL_XQUARTZ=${INSTALL_XQUARTZ:-"true"}
4545

4646
install_opam2 () {
47+
sudo apt-get install bubblewrap
4748
sudo wget https://github.com/ocaml/opam/releases/download/2.0.0-rc3/opam-2.0.0-rc3-x86_64-linux -O /usr/local/bin/opam
4849
sudo chmod +x /usr/local/bin/opam
4950
}

0 commit comments

Comments
 (0)