Skip to content

Commit

Permalink
Adapt travis runner
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Maxime <[email protected]>
  • Loading branch information
fijemax committed Dec 23, 2020
1 parent b77c5a3 commit 97ee50e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
rvm:
- ruby-2.4.2
- ruby-2.3.5
- ruby-2.5.7
- ruby-head
- jruby-9.1.13.0
- jruby-9.2.9.0
- jruby-head
- rubinius
- rubinius-3.86
Expand All @@ -24,6 +24,7 @@ before_install:
- /opt/couchbase/bin/couchbase-cli bucket-create -c 127.0.0.1:8091 -u admin -p password --bucket=default --bucket-type=couchbase --bucket-ramsize=160 --bucket-replica=0 --wait
- sleep 1
- /opt/couchbase/bin/couchbase-cli user-manage -c 127.0.0.1:8091 -u admin -p password --set --rbac-username tester --rbac-password password123 --rbac-name "Auto Tester" --roles admin --auth-domain local
- curl http://admin:password@localhost:8093/query/service -d 'statement=CREATE INDEX `default_type` ON `default`(`type`)'
- export TRAVIS_TEST=true
matrix:
allow_failures:
Expand Down

0 comments on commit 97ee50e

Please sign in to comment.