Skip to content

Commit

Permalink
Add Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zinid committed May 6, 2019
1 parent 62c342f commit 2e5eeef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: erlang

otp_release:
- 18.0
- 21.3

install:
- sudo apt-get -qq install libyaml-dev

script:
- make
- make xref
- make test

notifications:
email: false

0 comments on commit 2e5eeef

Please sign in to comment.