aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-04-05 12:15:13 -0500
committerTristan Sloughter <[email protected]>2013-04-05 12:23:51 -0500
commit11b26e51f3718e76d91dfdab76ace435d54b47ee (patch)
tree2c7ef6ce50795741d7f20110e18e4d1ae1584569 /.travis.yml
parentfe3150e4f82420c722dcbf28f32d09a504962024 (diff)
downloadrelx-11b26e51f3718e76d91dfdab76ace435d54b47ee.tar.gz
relx-11b26e51f3718e76d91dfdab76ace435d54b47ee.tar.bz2
relx-11b26e51f3718e76d91dfdab76ace435d54b47ee.zip
update travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
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