Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmcc committed Apr 1, 2018
1 parent 12457fe commit ef1d8f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: erlang
matrix:
include:
- os: linux
otp_release: 18.3
- os: linux
otp_release: 19.3
- os: linux
otp_release: 20.0
script: "./rebar3 ct"
branches:
only:
- master
cache:
directories:
- "$HOME/.cache/rebar3/hex/default"

0 comments on commit ef1d8f4

Please sign in to comment.