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

Commit

Permalink
Still no luck with nightly, let's try 7.3 though
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 11, 2018
1 parent a3aea17 commit dfd18ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -5,12 +5,10 @@ php:
- 7.0
- 7.1
- 7.2
- nightly
- 7.3

matrix:
fast_finish: true
allow_failures:
- nightly

stages:
- analyze
Expand All @@ -36,7 +34,7 @@ cache:
install:
- phpenv config-rm xdebug.ini || true
- composer remove --no-update --dev phan/phan phpstan/phpstan vimeo/psalm infection/infection friendsofphp/php-cs-fixer
- composer install --prefer-dist --ignore-platform-reqs
- composer install --prefer-dist

script:
- make ci-test --keep-going
Expand Down

0 comments on commit dfd18ed

Please sign in to comment.