Add Travis-CI
This commit is contained in:
parent
d3d6f7aae9
commit
c5cd1df522
2 changed files with 11 additions and 1 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: erlang
|
||||
script: "make test"
|
||||
otp_release:
|
||||
- R16B
|
||||
- R15B02
|
||||
- R15B01
|
||||
- R15B
|
||||
- R14B03
|
||||
- R14B02
|
||||
before_script: "sudo apt-get --yes --force-yes install libpam0g-dev"
|
Loading…
Add table
Add a link
Reference in a new issue