Created
September 25, 2015 15:44
-
-
Save BanzaiMan/3e6370cc0a1991d2d3c9 to your computer and use it in GitHub Desktop.
Matrix trick for Elixir 1.2 & 1.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: elixir | |
elixir: | |
- 1.0.5 | |
otp_release: 17.3 | |
matrix: | |
include: | |
- elixir: 1.2 | |
otp_release: 18.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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