Skip to content

Commit

Permalink
Fix: update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kottakji committed Mar 9, 2019
1 parent 2468e23 commit 5c8fe2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
language: elixir
elixir:
- 1.8
- 1.8
otp_release:
- 21.0
- 21.0
sudo: false
before_script:
- mix deps.get
- mix deps.get
script:
- mix test
after_script:
- MIX_ENV=docs mix inch.report
- mix test
before_install:
- openssl aes-256-cbc -K $encrypted_ceeba745adea_key -iv $encrypted_ceeba745adea_iv
-in config.exs.enc -out config/config.exs -d
- openssl aes-256-cbc -K $encrypted_ceeba745adea_key -iv $encrypted_ceeba745adea_iv
-in config.exs.enc -out config/config.exs -d
Binary file modified config.exs.enc
Binary file not shown.
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ defmodule KoreanDictionary.MixProject do
{:credo, "~> 1.0.0", only: [:dev, :test], runtime: false},
{:assert_value, ">= 0.0.0", only: [:dev, :test]},
{:ex_doc, "~> 0.19", only: :dev, runtime: false},
{:inch_ex, github: "rrrene/inch_ex", only: [:dev, :test]}
]
end
end

0 comments on commit 5c8fe2d

Please sign in to comment.