Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27 from robsonvn/2.3.1
Browse files Browse the repository at this point in the history
Tested CouchDB 2.3.1
  • Loading branch information
robsonvn authored Apr 26, 2020
2 parents d5da34a + 2170759 commit fdadf8f
Show file tree
Hide file tree
Showing 9 changed files with 4,758 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Laravel 5 #
/vendor
composer.lock
/.php_cs.cache
vendor/
.php_cs.cache
.idea
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
language: php
dist: trusty
dist: bionic
sudo: required
services:
- docker
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

before_script:
- docker pull robsonvn/couchdb-ssl
- docker run -d -p 5984:5984 -p 6984:6984 robsonvn/couchdb-ssl
- sleep 5
- curl -X PUT localhost:5984/unittest
- docker run -d -p 5984:5984 couchdb:2.3.1
- sleep 10
- curl -X PUT localhost:5984/test
- composer self-update
- composer install --prefer-source --no-interaction --dev

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"license" : "MIT",
"require": {
"php": "^7.2",
"illuminate/database": "5.4.*",
"illuminate/support": "5.4.*",
"illuminate/container": "5.4.*",
Expand All @@ -18,7 +19,7 @@
},
"require-dev":{
"laravel/passport": "^3.0.0",
"phpunit/phpunit": "@stable",
"phpunit/phpunit": "~6.0",
"orchestra/testbench": "^3.1",
"mockery/mockery": "^0.9"
},
Expand Down
Loading

0 comments on commit fdadf8f

Please sign in to comment.