Skip to content

Commit

Permalink
CI: added PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x authored Dec 1, 2019
1 parent 70100f0 commit e9ae87d
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 @@ -5,6 +5,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

before_install:
# turn off XDebug
Expand All @@ -15,7 +16,7 @@ install:
- travis_retry composer install --no-progress --prefer-dist

script:
# Nette/Tester
# Linter
- composer run-script linter

#jobs:
Expand Down

0 comments on commit e9ae87d

Please sign in to comment.