Skip to content

Commit

Permalink
Update build procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Jul 29, 2018
1 parent ad2a949 commit 76d3a58
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
32 changes: 23 additions & 9 deletions .travis.yml
@@ -1,19 +1,33 @@
language: elixir
elixir:
- 1.5.2
- 1.4.5
- 1.3.4
- 1.2.6
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3
- 1.2
otp_release:
- 20.1
- 21.0
- 20.3
- 19.3
- 18.3
matrix:
exclude:
- elixir: 1.3.4
otp_release: 20.1
- elixir: 1.2.6
otp_release: 20.1
- elixir: 1.7
otp_release: 18.3
- elixir: 1.6
otp_release: 18.3
- elixir: 1.5
otp_release: 21.0
- elixir: 1.4
otp_release: 21.0
- elixir: 1.3
otp_release: 21.0
- elixir: 1.3
otp_release: 20.3
- elixir: 1.2
otp_release: 21.0
- elixir: 1.2
branches:
only:
- master
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Expand Up @@ -41,9 +41,9 @@ defmodule SipHash.Mixfile do
tool: ExCoveralls
],
preferred_cli_env: [
"docs": :docs,
"bench": :test,
"coveralls": :test,
docs: :docs,
bench: :test,
coveralls: :test,
"coveralls.html": :test,
"coveralls.travis": :test
]
Expand Down

0 comments on commit 76d3a58

Please sign in to comment.