-
-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .travis.yaml to include the 3 latest elixir versions (#414)
* Update .travis.yaml to include the 3 latest elixir versions * Avoid using `super` in GenServer callbacks Using `super` in GenServer callbacks was deprecated in elixir 1.7, to avoid compilation warnings, this commit replaces all calls to `super` with an explicit return
- Loading branch information
1 parent
c554733
commit bb78231
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
language: elixir | ||
elixir: | ||
- 1.4.5 | ||
- 1.5.3 | ||
- 1.6.4 | ||
- 1.6.6 | ||
- 1.7.4 | ||
- 1.8.1 | ||
otp_release: | ||
- 20.3 | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters