Skip to content

Commit

Permalink
Travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
hawk committed Apr 6, 2016
1 parent a28d4f6 commit 28664ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: false
language:
- erlang
otp_release:
- 18.1
- 17.5
- R16B03-1
- R15B03
- R14B02
script:
- autoconf
- ./configure
- make
- make test

0 comments on commit 28664ff

Please sign in to comment.