Skip to content

Commit

Permalink
bump elixir and otp versions on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
optikfluffel committed Feb 8, 2019
1 parent dd6e975 commit ca6ee19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
language: elixir
elixir:
- 1.6.4
- 1.6.6
- 1.8.1
otp_release:
- 20.2
- 20.3
- 21.2
env:
global:
- MIX_ENV=test
install:
- mix local.rebar --force
- mix local.hex --force
- mix do deps.get --only test, deps.compile
- mix do deps.get --only test
- mix do deps.compile
# before_script:
# Set download location
# - export PLT_FILENAME=elixir-${TRAVIS_ELIXIR_VERSION}_${TRAVIS_OTP_RELEASE}.plt
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule FyydEx.Mixfile do
[
app: :fyyd_ex,
version: "0.2.0",
elixir: "~> 1.5",
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit ca6ee19

Please sign in to comment.