Add Travis-CI

This commit is contained in:
Jesse Gumm 2013-04-24 18:44:44 -05:00
parent d3d6f7aae9
commit c5cd1df522
2 changed files with 11 additions and 1 deletions

10
.travis.yml Normal file
View 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"

View file

@ -6,7 +6,7 @@ get-deps:
compile:
./rebar compile
test: compile
test: get-deps compile
./rebar skip_deps=true eunit
run: