diff options
author | Sergey Nartimov <just.lest@gmail.com> | 2012-03-06 11:27:52 +0300 |
---|---|---|
committer | Sergey Nartimov <just.lest@gmail.com> | 2012-03-06 11:27:52 +0300 |
commit | f49c5acb3a724711a6acce65a5d2fdae0d10f1db (patch) | |
tree | 32c7bacc718ae347bd9666095902ce821ef2a8a3 /.travis.yml | |
parent | 0c47d259298f0f6fb13e02c3455899d18ec55925 (diff) | |
download | elixir-f49c5acb3a724711a6acce65a5d2fdae0d10f1db.tar.gz |
run make test on travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |