Merge pull request #41 from puzza007/travisci

Travis CI
This commit is contained in:
Juan Jose Comellas 2018-03-07 16:46:47 -03:00 committed by GitHub
commit 8e87599e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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