Skip to content

Commit

Permalink
[RTI-5814] Add Travis integration (#19)
Browse files Browse the repository at this point in the history
* Add Travis integration

* Debugging

* Rearrange rebar.config just in case

* Revert "Rearrange rebar.config just in case"

This reverts commit 06a407c.

* Revert "Debugging"

This reverts commit 1b212c4.

* Don't use rebar3 alias… no idea why it doesn't work, but it doesn't

* Use a newer rebar3 version

* Actually use the new version
  • Loading branch information
Brujo Benavides authored Jun 14, 2019
1 parent 15b5acf commit 97f7cd6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: erlang

os:
- linux

otp_release:
- 20.3
- 21.3

notifications:
email: [email protected]

script:
- rebar3 local upgrade
- export PATH=/home/travis/.cache/rebar3/bin:$PATH
- rebar3 --version
- erl -version
- rebar3 test

0 comments on commit 97f7cd6

Please sign in to comment.