Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman23 committed Aug 5, 2018
1 parent e718b86 commit c0a37b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ elixir: '1.6.6'
otp_release: '21.0'
sudo: required
build: trusty

env:
- MIX_ENV=test

before_install:
- sudo apt-get -y install openssl libssl-dev libcurl4-openssl-dev
Expand All @@ -14,4 +17,5 @@ before_install:
- sudo ldconfig

script:
- mix do deps.get, test
- mix deps.get
- mix test

0 comments on commit c0a37b6

Please sign in to comment.