Skip to content

Commit

Permalink
Run Travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Jan 21, 2016
1 parent fd20234 commit 8d72382
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
sudo: false

language: erlang

before_install:
- pip install --user cpp-coveralls coveralls-merge

install:
- ./configure --enable-gcov
- rebar get-deps

script: rebar compile xref && rebar skip_deps=true eunit

after_success:
- coveralls --exclude lib --exclude tests --gcov-options '\-lp' --dump c.json
- coveralls-merge c.json erlang.json

otp_release:
- 17.1
- 17.5
- 18.1

0 comments on commit 8d72382

Please sign in to comment.