We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f6e09 commit 777b12dCopy full SHA for 777b12d
1 file changed
circle.yml
@@ -3,6 +3,9 @@ dependencies:
3
- sudo add-apt-repository -y ppa:avsm/ppa
4
- sudo apt-get install -y ocaml ocaml-native-compilers opam
5
- opam init --auto-setup --dot-profile=~/.bashrc # Modify dotfiles
6
+ - opam switch --no-switch 4.02.3 # Download and compile all the versions
7
+ - opam switch --no-switch 4.03.0
8
+ - opam switch --no-switch 4.04.0
9
10
test:
11
override:
0 commit comments