Skip to content

Commit

Permalink
Issue #26: Add tests for Solr 5.x on Ubuntu 12.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 31, 2016
1 parent ab1861b commit 691072e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python: "2.7"
env:
- SITE=test-solr-3x.yml
- SITE=test-solr-4x.yml
- SITE=test-solr-5x.yml

before_install:
- sudo apt-get update -qq
Expand Down
10 changes: 10 additions & 0 deletions tests/test-solr-5x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
- hosts: localhost
remote_user: root
vars:
solr_version: "5.5.1"
java_packages:
- openjdk-7-jdk
roles:
- geerlingguy.java
- ansible-role-solr

0 comments on commit 691072e

Please sign in to comment.