diff options
author | James Laska <jlaska@redhat.com> | 2016-06-20 16:48:58 +0200 |
---|---|---|
committer | James Laska <jlaska@redhat.com> | 2016-07-22 19:19:57 +0200 |
commit | 29778538c3a8d3f1faedcef2535a1b6983d3be4c (patch) | |
tree | 6c606723cb3905ee68b9d385e95e1fd8841573ad /.travis.yml | |
parent | Additional travis/tox tweaks (diff) | |
download | awx-29778538c3a8d3f1faedcef2535a1b6983d3be4c.tar.xz awx-29778538c3a8d3f1faedcef2535a1b6983d3be4c.zip |
Be sure to install ansible
Enable the mongodb travis service too
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f27f600962..8e00dc4371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,7 @@ cache: directories: - node_modules - .tox +services: + - mongodb + # Enable when we stop using sqlite for API tests + # - postgresql |