Travis CI

This commit is contained in:
Paul Oliver 2018-03-08 07:55:58 +13:00
parent dcaf340a8e
commit 41564e7b47
No known key found for this signature in database
GPG Key ID: 9250069E8AF6BF4F
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/_build

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: erlang
otp_release:
- R13B04
- R14B04
- R15B03
- R16B03
- 17.5
- 18.3
- 19.3
- 20.0