Skip to content

Commit 0ce2018

Browse files
Takashi Matsuobshaffer
authored andcommitted
Adding Monitoring quickstart (GoogleCloudPlatform#341)
1 parent dc0b763 commit 0ce2018

File tree

7 files changed

+1948
-14
lines changed

7 files changed

+1948
-14
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ env:
3535
- TEST_BUILD_DIR=$TRAVIS_BUILD_DIR
3636

3737
before_install:
38-
- git clone https://github.com/GoogleCloudPlatform/php-tools.git
39-
- php php-tools/scripts/dump_credentials.php
40-
- travis_retry php-tools/scripts/install_test_deps.sh
38+
- git clone https://github.com/GoogleCloudPlatform/php-tools.git ${HOME}/php-tools
39+
- php ${HOME}/php-tools/scripts/dump_credentials.php
40+
- travis_retry ${HOME}/php-tools/scripts/install_test_deps.sh
4141
- mkdir -p build/logs
4242

4343
before_script:

monitoring/composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"require": {
3+
"google/cloud-monitoring": "^0.4"
4+
},
5+
"require-dev": {
6+
"phpunit/phpunit": "4.8.*",
7+
"squizlabs/php_codesniffer": "2.*"
8+
}
9+
}

0 commit comments

Comments
 (0)