Skip to content

Commit

Permalink
OGM-1065 Use Cassandra 3 to test on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jun 28, 2016
1 parent 8632ee0 commit 2f9e138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ env:
global:
- REDIS_HOSTNAME=localhost
- COUCHDB_HOSTNAME=localhost
- CASSANDRA_HOSTNAME=localhost CASSANDRA_VERSION=2.2.5
- NEO4J_HOSTNAME=localhost NEO4J_PORT=7474 NEO4J_VERSION=3.0.3 NEO4J_USERNAME=neo4j NEO4J_PASSWORD=hibernate NEO4J_HOME=neo4j-community-$NEO4J_VERSION
- CASSANDRA_VERSION=3.0.7 CASSANDRA_HOSTNAME=localhost
- NEO4J_VERSION=3.0.3 NEO4J_HOSTNAME=localhost NEO4J_PORT=7474 NEO4J_USERNAME=neo4j NEO4J_PASSWORD=hibernate NEO4J_HOME=neo4j-community-$NEO4J_VERSION
before_install:
- curl http://dist.neo4j.org/neo4j-community-$NEO4J_VERSION-unix.tar.gz | tar xz
install:
Expand Down

0 comments on commit 2f9e138

Please sign in to comment.