diff options
author | Garren Smith <garren.smith@gmail.com> | 2019-01-29 15:04:38 +0200 |
---|---|---|
committer | garren smith <garren.smith@gmail.com> | 2019-01-31 12:22:17 +0200 |
commit | a5ead1f0ef07cd29789f1622becd42c070f2d5bd (patch) | |
tree | 14f7e5dfa6d04f051063cf9faa855edfa8c6b6cb /Makefile | |
parent | 7918fba2a5b5ce416e6a7b4ce7cc93261ec57de4 (diff) | |
download | couchdb-a5ead1f0ef07cd29789f1622becd42c070f2d5bd.tar.gz |
add elixir tests to travis
Add the elixir test to `make check` and change the build language
in travis from erlang to elixir.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ check: all @$(MAKE) javascript @$(MAKE) python-black @$(MAKE) mango-test + @$(MAKE) elixir # @$(MAKE) build-test |