summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWard Bekker <ward@tty.nl>2011-08-12 09:28:48 +0200
committerWard Bekker <ward@tty.nl>2011-08-12 09:28:48 +0200
commit937072aafcf4047b03c6c191af45753561e0a4c5 (patch)
tree15cc77d97e0967eb6242143403d922cff34c405a /.travis.yml
parent353c3bbf3c1a50633a47361f335b41e794d01263 (diff)
downloadelixir-937072aafcf4047b03c6c191af45753561e0a4c5.tar.gz
updated yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index eef4ec45d..cab50082c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
target: erlang
-script: "make compile test"
notifications:
- disabled: true
-env:
- - ERL_LIBS=/usr/local/erlang/R14B03 PATH=$PATH:/usr/local/erlang/R14B03/bin \ No newline at end of file
+ email: false
+otp_release:
+ - R14B03
+ - R13B04
+ - R12B-5 \ No newline at end of file