diff options
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3832235..b105084 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: erlang otp_release: + - R16B + - R15B03 - R15B02 - R15B01 - R15B @@ -10,4 +12,7 @@ script: "make rebuild" branches: only: - master - - next
\ No newline at end of file +notifications: + email: + irc: "irc.freenode.org#erlware"
\ No newline at end of file |