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"
|
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ get-deps:
|
||||||
compile:
|
compile:
|
||||||
./rebar compile
|
./rebar compile
|
||||||
|
|
||||||
test: compile
|
test: get-deps compile
|
||||||
./rebar skip_deps=true eunit
|
./rebar skip_deps=true eunit
|
||||||
|
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue