Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:williankeller/big-pipe into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Willian Keller committed Oct 21, 2019
2 parents 78d8695 + 4a98f45 commit a1e6731
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ dist: trusty

php:
- 7.1
- 7.2

cache:
directories:
- $HOME/.composer/cache

before_install:
- composer global require "squizlabs/php_codesniffer=*"
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- composer global require squizlabs/php_codesniffer

install: travis_retry composer update --prefer-dist

script:
- vendor/bin/phpcs --standard=PSR2 src/lib/
- vendor/bin/phpcs --standard=PSR2 src/lib/

0 comments on commit a1e6731

Please sign in to comment.