Sha256: 7bdc952e5f7a4ede973e0be0ca0a9d7c2d72ef16f5114876082610b6b4d06c61
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 KB
Contents
language: ruby rvm: - ruby-2.4.2 - ruby-2.3.5 - ruby-head - jruby-9.1.13.0 - jruby-head - rubinius - rubinius-3.86 branches: only: - master before_install: - git submodule update --init --recursive - gem install ffi - sudo apt-get install libev-dev python-httplib2 - sudo wget https://packages.couchbase.com/releases/5.0.0/couchbase-server-enterprise_5.0.0-ubuntu14.04_amd64.deb - sudo dpkg -i couchbase-server-enterprise_5.0.0-ubuntu14.04_amd64.deb - sleep 8 - sudo service couchbase-server status - /opt/couchbase/bin/couchbase-cli cluster-init -c 127.0.0.1:8091 --cluster-username=admin --cluster-password=password --cluster-ramsize=320 --cluster-index-ramsize=256 --cluster-fts-ramsize=256 --services=data,index,query,fts - sleep 5 - /opt/couchbase/bin/couchbase-cli server-info -c 127.0.0.1:8091 -u admin -p password - /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 - export TRAVIS_TEST=true matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head - rvm: rubinius - rvm: rubinius-3.86 sudo: required dist: trusty
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
couchbase-orm-1.1.0 | .travis.yml |