Skip to content

Commit

Permalink
Adding travis script for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Jul 24, 2019
1 parent f23c921 commit 2b1f7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ before_script:
script:
- vendor/bin/php-cs-fixer fix --config=.php_cs --verbose --dry-run --diff
- vendor/bin/phpunit --testdox
- yarn lint

notifications:
email: false

0 comments on commit 2b1f7b6

Please sign in to comment.