Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
halfpastfouram committed Jan 9, 2020
1 parent b8cfabe commit 461c6d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- nightly

before_script:
Expand All @@ -12,7 +14,7 @@ before_script:
- mkdir build/logs -p

script:
- phpunit
- composer test
- composer cs-check

after_success:
Expand All @@ -27,5 +29,5 @@ matrix:

branches:
only:
- master
- dev
- master
- dev
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
}
},
"scripts": {
"test": "./vendor/bin/phpunit",
"cs-check": "./vendor/bin/phpcs",
"cs-fix": "./vendor/bin/phpcbf"
}
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 461c6d8

Please sign in to comment.