Skip to content

Commit

Permalink
chore(ci) test under C* 3.9 and use dev lua-cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Oct 9, 2016
1 parent a764b7f commit 4ffc18e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false

language: c
language: java

compiler:
- gcc
jdk:
- oraclejdk8

notifications:
email: false
Expand All @@ -22,7 +22,7 @@ env:
- SERF=0.7.0
- LUAROCKS=2.4.0
- OPENSSL=1.0.2h
- CASSANDRA=2.2.7
- CASSANDRA=2.2.8
- OPENRESTY_BASE=1.9.15.1
- OPENRESTY_LATEST=1.11.2.1
- OPENRESTY=$OPENRESTY_BASE
Expand All @@ -37,8 +37,10 @@ env:
OPENRESTY=$OPENRESTY_BASE
- TEST_SUITE=integration
OPENRESTY=$OPENRESTY_LATEST
CASSANDRA=3.9
- TEST_SUITE=plugins
OPENRESTY=$OPENRESTY_LATEST
CASSANDRA=3.9

before_install:
- source .ci/setup_env.sh
Expand Down
2 changes: 1 addition & 1 deletion kong-0.9.3-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = {
"multipart == 0.3",
"version == 0.2",
"lapis == 1.5.1",
"lua-cassandra == 1.0.0",
"lua-cassandra == dev-0",
"pgmoon-mashape == 2.0.0",
"luatz == 0.3",
"lua_system_constants == 0.1.1",
Expand Down

0 comments on commit 4ffc18e

Please sign in to comment.