We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a419444 commit 12d4957Copy full SHA for 12d4957
.travis.yml
@@ -5,10 +5,10 @@ before_script:
5
- composer install --no-interaction
6
script:
7
- cd $TRAVIS_BUILD_DIR
8
- - php vendor/bin/phpdoc -d . -t docs --ignore vendor/,docs/,examples/
9
-test:
10
- ./vendor/bin/phpcs ./sinusbot.class.php
11
- ./vendor/bin/phpcbf ./sinusbot.class.php
+ - php vendor/bin/phpdoc -d . -t docs --ignore vendor/,docs/,examples/
+
12
deploy:
13
provider: pages
14
github-token: $GITHUB_TOKEN
0 commit comments