Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Travis: use Erlang 21.3, Elixir 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 20, 2019
1 parent 4060021 commit e01c560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ addons:
# Use Elixir from Erlang Solutions. The provided Elixir is
# installed with kiex but is old. We also can't use kiex to
# install a newer one because of GitHub API rate limiting.
- elixir=1.7.4-1
- elixir=1.8.1-1
cache:
apt: true
env:
Expand All @@ -27,7 +27,7 @@ env:
- secure: SlyycFG1JSNH2BBy3doWnZXyY4pRB3IfzLag8EJyDZVvkHND6svKwP+MSdAeeKOx9+vReRmzacMBtqoFIang3twycR/QIDhC5sRlolWKBQqXEMEbZRGqZJBKH4g+2IJqQVfoSoqAAZsbHusyQ9UhIcqD2KvN5P6Em4WedBRlWRY=

otp_release:
- "21.2"
- "21.3"

before_script:
# The checkout made by Travis is a "detached HEAD" and branches
Expand All @@ -45,7 +45,7 @@ before_script:
- |
echo YES | kiex implode
elixir --version
elixir --version | grep -q 'Elixir 1.7.4'
elixir --version | grep -q 'Elixir 1.8.1'
script:
- make xref
Expand Down

0 comments on commit e01c560

Please sign in to comment.