Skip to content

Commit

Permalink
Disable local linting while it's not working (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Malone committed Nov 3, 2017
1 parent c62793a commit b0be393
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ matrix:

install:

- composer install --prefer-dist --no-interaction
# Install Composer dependencies.
# Disabled for now, see https://github.com/ChromatixAU/phpcs-config-chromatix/issues/6
#- composer install --prefer-dist --no-interaction

# Install and set up xmllint.
- sudo apt-get install libxml2-utils
Expand All @@ -54,7 +56,8 @@ script:
#- diff -B ./ruleset.xml <(xmllint --format "./ruleset.xml")

# Check code standards on our custom Sniffs.
- composer lint
# Disabled for now, see https://github.com/ChromatixAU/phpcs-config-chromatix/issues/6
#- composer lint

notifications:
email: false
Expand Down

0 comments on commit b0be393

Please sign in to comment.