We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203b4fb commit 934e998Copy full SHA for 934e998
.ci/run.sh
@@ -0,0 +1,14 @@
1
+#!/bin/bash
2
+# This is intended to be run inside the docker container as the command of the docker-compose.
3
+
4
+env
5
6
+set -ex
7
8
+sudo service redis-server stop
9
10
+jruby -rbundler/setup -S rspec -fd
11
12
+sudo service redis-server start
13
14
+jruby -rbundler/setup -S rspec -fd --tag redis
.travis.yml
@@ -1,2 +1,5 @@
import:
-- logstash-plugins/.ci:travis/travis.yml@1.x
+- logstash-plugins/.ci:travis/travis.yml@1.x
+services:
+ - redis-server
0 commit comments