Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd3eefc

Browse files
committedJul 17, 2018
install bubblewrap for opam2
1 parent 9521035 commit bd3eefc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis-ocaml.sh

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

4646
install_opam2 () {
47+
sudo add-apt-repository ppa:ansible/bubblewrap
48+
sudo apt-get update
49+
sudo apt-get install bubblewrap
4750
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
4851
sudo chmod +x /usr/local/bin/opam
4952
}

0 commit comments

Comments
 (0)
Please sign in to comment.