From ca6ee19db5737dbae2068ae431f6bd3e80bb8891 Mon Sep 17 00:00:00 2001 From: optikfluffel Date: Fri, 8 Feb 2019 22:13:28 +0100 Subject: [PATCH] bump elixir and otp versions on Travis --- .travis.yml | 9 ++++++--- mix.exs | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 253ce1f..a6680cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/mix.exs b/mix.exs index b2054e8..d23ab8f 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),