Created
December 9, 2015 23:35
-
-
Save danhper/9dc4e71a5067f2324c52 to your computer and use it in GitHub Desktop.
Travis Elixir build
This file contains 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
# for releases available at s3.hex.pm/builds/elixir | |
# using language: elixir is simpler | |
language: erlang | |
otp_release: | |
- 18.1 | |
before_install: | |
- curl -sSL https://raw.githubusercontent.com/taylor/kiex/master/install | bash -s | |
before_script: | |
- kiex install $ELIXIR_VERSION | |
- kiex use $ELIXIR_VERSION | |
- mix local.hex --force | |
- MIX_ENV=test mix deps.get | |
script: MIX_ENV=test mix test | |
env: | |
ELIXIR_VERSION: 1.1.1 | |
ELIXIR_VERSION: 1.2.0-rc.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment