Skip to content

Commit c3a7e9e

Browse files
committed
Update travis
1 parent 72bcc7b commit c3a7e9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ before_script:
2323
script:
2424
- vendor/bin/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml
2525
- php vendor/bin/phpcpd --exclude tests --exclude vendor .
26-
- php vendor/bin/phploc lib/.
26+
- php vendor/bin/phploc src/.
2727
- mkdir -p tests/build/dependences
28-
- php vendor/bin/pdepend --summary-xml=tests/build/logs/dependence-summary.xml --jdepend-chart=tests/build/dependences/jdepend.svg --overview-pyramid=tests/build/dependences/pyramid.svg lib/.
29-
- php vendor/bin/phpcs --standard=tests/ZendModStandard lib/Saml2 demo1 demo2 endpoints tests/src
28+
- php vendor/bin/pdepend --summary-xml=tests/build/logs/dependence-summary.xml --jdepend-chart=tests/build/dependences/jdepend.svg --overview-pyramid=tests/build/dependences/pyramid.svg src/.
29+
- php vendor/bin/phpcs --standard=tests/ZendModStandard src/Saml2 demo1 demo2 endpoints tests/src
3030

3131
after_script:
3232
- export TRAVIS=https://travis-ci.org/onelogin/php-saml

0 commit comments

Comments
 (0)