summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergey Nartimov <just.lest@gmail.com>2012-03-06 11:27:52 +0300
committerSergey Nartimov <just.lest@gmail.com>2012-03-06 11:27:52 +0300
commitf49c5acb3a724711a6acce65a5d2fdae0d10f1db (patch)
tree32c7bacc718ae347bd9666095902ce821ef2a8a3 /.travis.yml
parent0c47d259298f0f6fb13e02c3455899d18ec55925 (diff)
downloadelixir-f49c5acb3a724711a6acce65a5d2fdae0d10f1db.tar.gz
run make test on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6774ad3ed..978266b31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: erlang
+script: "make test"
notifications:
recipients:
- jose.valim@plataformatec.com.br
otp_release:
- - R15B \ No newline at end of file
+ - R15B