Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created September 25, 2015 15:44
Show Gist options
  • Save BanzaiMan/3e6370cc0a1991d2d3c9 to your computer and use it in GitHub Desktop.
Save BanzaiMan/3e6370cc0a1991d2d3c9 to your computer and use it in GitHub Desktop.
Matrix trick for Elixir 1.2 & 1.x
language: elixir
elixir:
- 1.0.5
otp_release: 17.3
matrix:
include:
- elixir: 1.2
otp_release: 18.0
@asaaki
Copy link

asaaki commented Sep 30, 2015

Works like a charm. Thank you!

@henrik
Copy link

henrik commented Jan 2, 2016

Note that line 10 needs to be - elixir: 1.2.0 (full version number) to work, at the time of writing.

Otherwise you will probably see errors like

The command "wget http://s3.hex.pm/builds/elixir/v1.2.zip" failed and exited with 8 during .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment