Skip to content

Commit

Permalink
FIX Update travis.yml to use module's code sniffer rule set
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth committed Jan 17, 2018
1 parent 7ec5910 commit d2e0793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_script:
script:
- if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit; fi
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml; fi
- if [[ $PHPCS_TEST ]]; then vendor/bin/phpcs --standard=vendor/silverstripe/framework/phpcs.xml.dist src tests; fi
- if [[ $PHPCS_TEST ]]; then vendor/bin/phpcs src tests; fi

after_success:
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi

0 comments on commit d2e0793

Please sign in to comment.