Skip to content

Commit

Permalink
Merge pull request #83 from ValentineBoineau/script
Browse files Browse the repository at this point in the history
Config travis for php cs fixer and php unit
  • Loading branch information
tgalopin committed Jul 16, 2019
2 parents 53f146b + 8d81b13 commit a44b6a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/build/
/insight.log
/vendor/
/.php_cs.cache
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
include:
- php: 7.1
- php: 7.2
script:
- wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.13.1/php-cs-fixer.phar
- php php-cs-fixer.phar fix --dry-run --diff
- vendor/bin/simple-phpunit
- php: 7.3

- stage: release
php: 7.1
dist: precise
Expand Down

0 comments on commit a44b6a4

Please sign in to comment.