Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
wip .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roumen Damianoff committed Sep 7, 2017
1 parent 95d9387 commit 0e70069
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ language: php
php:
- 7.0
- 7.1
- 7.2

matrix:
include:
- php: hhvm
dist: trusty
- hhvm-3.12
env:
global:
- HHVMPHP7 = 1
- hhvm-3.13
env:
global:
- HHVMPHP7 = 1

sudo: false

Expand Down

0 comments on commit 0e70069

Please sign in to comment.