Skip to content

Commit

Permalink
Use ubuntu trusty for OTP 18 on Travis (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriyps authored and mworrell committed Jul 18, 2019
1 parent 894cf84 commit 319120d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ end_of_line = crlf
insert_final_newline = false
trim_trailing_whitespace = false

[*.{conf,src,config,markdown}]
[*.{conf,src,config,markdown,yml}]
indent_style = space
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
sudo: false
language: erlang
otp_release:
- 22.0
- 21.3
- 20.3
- 19.3
- 18.3

matrix:
include:
- otp_release: 22.0
- otp_release: 21.3
- otp_release: 20.3
- otp_release: 19.3
- otp_release: 18.3
dist: trusty
script:
- make test
#- make xref
- make dialyze
- make dialyze
1 change: 0 additions & 1 deletion src/rebar.lock

This file was deleted.

0 comments on commit 319120d

Please sign in to comment.