diff options
author | Ward Bekker <ward@tty.nl> | 2011-07-31 00:46:58 +0200 |
---|---|---|
committer | Ward Bekker <ward@tty.nl> | 2011-07-31 00:46:58 +0200 |
commit | c505659ebf664befae8d8c87f8281d837cc87d6e (patch) | |
tree | df87dc8059d138ee53ab5f42530f58ca2bf39dc2 /.travis.yml | |
parent | 38567f7f84bfce69a58c0be0ee6959cc7c6b3d6b (diff) | |
download | elixir-c505659ebf664befae8d8c87f8281d837cc87d6e.tar.gz |
added travis yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
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 |