Skip to content

Commit

Permalink
Add travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Jun 25, 2021
1 parent 329e7e1 commit 4ca80d3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

language: erlang

matrix:

include:
- os: linux
dist: focal
otp_release: 24.0.2

- os: linux
dist: focal
otp_release: 23.1.2

- os: linux
dist: bionic
otp_release: 22.3

- os: osx
osx_image: xcode12.2
language: generic

before_script:

- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install erlang || true; fi

- curl https://s3.amazonaws.com/rebar3/rebar3 --output rebar3 && chmod +x rebar3

script:
- ./rebar3 compile

0 comments on commit 4ca80d3

Please sign in to comment.