Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: php
dist: precise

language: php

php:
- '5.4'
- '5.5'
Expand All @@ -8,6 +10,9 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '7.3'
script: vendor/bin/phpstan analyze
after_script: true
- nightly

before_script:
Expand All @@ -19,4 +24,4 @@ after_script:

cache:
directories:
- $HOME/.composer/cache/files
- $HOME/.composer/cache