Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Travis: added PHP 7.2, fixed code-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Mar 21, 2018
1 parent 891ebad commit ee74a65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

script:
- vendor/bin/tester tests -s -p php
Expand All @@ -18,7 +19,7 @@ after_failure:
before_script:
# Install Nette Tester
- travis_retry composer install --no-interaction --prefer-dist
- travis_retry composer create-project nette/code-checker temp/code-checker ~2.5.0
- travis_retry composer create-project nette/code-checker temp/code-checker ~2

sudo: false

Expand Down

0 comments on commit ee74a65

Please sign in to comment.