summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWard Bekker <ward@tty.nl>2011-07-31 00:46:58 +0200
committerWard Bekker <ward@tty.nl>2011-07-31 00:46:58 +0200
commitc505659ebf664befae8d8c87f8281d837cc87d6e (patch)
treedf87dc8059d138ee53ab5f42530f58ca2bf39dc2 /.travis.yml
parent38567f7f84bfce69a58c0be0ee6959cc7c6b3d6b (diff)
downloadelixir-c505659ebf664befae8d8c87f8281d837cc87d6e.tar.gz
added travis yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..8d57533a5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +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
+ - ERL_LIBS=/usr/local/erlang/R13B04 PATH=$PATH:/usr/local/erlang/R13B04/bin \ No newline at end of file