Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsedivy committed Jan 2, 2020
1 parent 478eebd commit 5cedb6c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ env:

language: php
php:
- '7.1'
- '7.2'
- '7.3'
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly

sudo: false
cache:
Expand Down Expand Up @@ -51,6 +53,8 @@ jobs:
- stage: Static Analysis
- stage: Code Coverage
- stage: Code Sniffer
- php: 7.4snapshot
- php: nightly

notifications:
email: false

0 comments on commit 5cedb6c

Please sign in to comment.