Skip to content

Commit

Permalink
Feat: Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kottakji committed Feb 27, 2019
1 parent b6dd81f commit fd178cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: elixir
elixir:
- 1.8
- 1.8
otp_release:
- 21.0
- 21.0
sudo: false
before_install:
- openssl aes-256-cbc -K $encrypted_ceeba745adea_key -iv $encrypted_ceeba745adea_iv -in config.exs.enc -out config/config.exs -d
before_script:
- mix deps.get
- mix deps.get
script:
- mix test
- 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
Binary file modified config.exs.enc
Binary file not shown.

0 comments on commit fd178cb

Please sign in to comment.