Bump Elixir version

master
Milton Mazzarri 2019-03-20 00:11:48 -05:00
parent 21bdc91b24
commit 06ed90630f
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
2 changed files with 3 additions and 5 deletions

View File

@ -1,10 +1,8 @@
language: elixir language: elixir
sudo: false sudo: false
elixir: elixir:
- 1.6
- 1.8 - 1.8
otp_release: otp_release:
- 20.3
- 21.1 - 21.1
notifications: notifications:
recipients: recipients:
@ -25,10 +23,10 @@ jobs:
script: script:
mix format --check-formatted mix format --check-formatted
mix credo mix credo
elixir: 1.6 elixir: 1.8
- stage: types - stage: types
env: env:
- MIX_ENV=dev - MIX_ENV=dev
before_script: travis_wait 20 mix dialyzer --plt before_script: travis_wait 20 mix dialyzer --plt
script: mix dialyzer --halt-exit-status script: mix dialyzer --halt-exit-status
elixir: 1.6 elixir: 1.8

View File

@ -5,7 +5,7 @@ defmodule Hunter.Mixfile do
[ [
app: :hunter, app: :hunter,
version: "0.5.1-dev", version: "0.5.1-dev",
elixir: "~> 1.6", elixir: "~> 1.8",
docs: docs(), docs: docs(),
package: package(), package: package(),
source_url: "https://github.com/milmazz/hunter", source_url: "https://github.com/milmazz/hunter",