Skip to content

Commit

Permalink
another attempt at fixing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
beardedeagle committed Feb 27, 2020
1 parent 97ac351 commit 6fc367e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ elixir:
- '1.9.4'
- '1.10.2'
otp_release:
- '20.3.8.25'
- '21.3.8.13'
- '20.3.8.22'
- '21.3.8.1'
- '22.2.7'
git:
quiet: true
Expand All @@ -18,7 +18,6 @@ cache:
- 'deps'
- '$PLT_DIR'
before_script:
- 'kerl list installations'
- 'mkdir -p $PLT_DIR'
- 'mix deps.get --force'
- 'mix deps.compile --force'
Expand Down

0 comments on commit 6fc367e

Please sign in to comment.