Skip to content

Commit

Permalink
Add erusev/parsedown to require-dev. (#1417)
Browse files Browse the repository at this point in the history
Also run google-cloud integraiton in the continuous job
  • Loading branch information
Takashi Matsuo authored and dwsupplee committed Nov 9, 2018
1 parent 5e6fc9e commit 7c24ae7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .kokoro/continuous/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ echo "Running System Test Suite"
vendor/bin/phpunit -c phpunit-system.xml.dist --verbose --log-junit \
${SYSTEM_LOG_FILENAME}

echo "Running package integration Test"

dev/google-cloud integration -u

popd
5 changes: 3 additions & 2 deletions Bigtable/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"google/gax": "^0.37"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
"erusev/parsedown": "^1.6",
"google/cloud-core": "^1.23",
"phpdocumentor/reflection": "^3.0"
"phpdocumentor/reflection": "^3.0",
"phpunit/phpunit": "^4.8|^5.0"
},
"suggest": {
"ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions."
Expand Down

0 comments on commit 7c24ae7

Please sign in to comment.