Skip to content

Commit 777b12d

Browse files
committed
This should help the "too much output" error
1 parent 95f6e09 commit 777b12d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ dependencies:
33
- sudo add-apt-repository -y ppa:avsm/ppa
44
- sudo apt-get install -y ocaml ocaml-native-compilers opam
55
- 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
69

710
test:
811
override:

0 commit comments

Comments
 (0)