aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml35
1 files changed, 29 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 40dcc41..2377edd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,40 @@
language: erlang
-otp_release:
- - 19.0
- - 18.3
- - 17.0
- - R16B03-1
- - R15B03
+matrix:
+ include:
+ - os: linux
+ sudo: required
+ otp_release: R15B03
+ - os: linux
+ sudo: required
+ otp_release: R16B03-1
+ - os: linux
+ sudo: required
+ otp_release: 17.5
+ - os: linux
+ sudo: required
+ otp_release: 18.3
+ - os: linux
+ sudo: required
+ otp_release: 19.3
+ - os: linux
+ sudo: required
+ otp_release: 20.0
+ - os: osx
+ sudo: required
+ language: generic
before_script:
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
+ ## should eventually use a tap that has previous erlang versions here
+ ## as this only uses the latest erlang available via brew
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install erlang; fi
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod +x rebar3
script: "./rebar3 update && ./rebar3 ct"
branches:
only:
- master
+addons:
+ hostname: travis.dev
notifications:
email: