Skip to content

Commit 12d4957

Browse files
authored
Removed test stage
1 parent a419444 commit 12d4957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ before_script:
55
- composer install --no-interaction
66
script:
77
- cd $TRAVIS_BUILD_DIR
8-
- php vendor/bin/phpdoc -d . -t docs --ignore vendor/,docs/,examples/
9-
test:
108
- ./vendor/bin/phpcs ./sinusbot.class.php
119
- ./vendor/bin/phpcbf ./sinusbot.class.php
10+
- php vendor/bin/phpdoc -d . -t docs --ignore vendor/,docs/,examples/
11+
1212
deploy:
1313
provider: pages
1414
github-token: $GITHUB_TOKEN

0 commit comments

Comments
 (0)