Skip to content

Commit

Permalink
Adds PHP 7.2 to Travis (firebase#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jan 26, 2018
1 parent 9984a4d commit bac0422
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2

matrix:
include:
- php: 5.3
dist: precise

sudo: false

Expand Down

0 comments on commit bac0422

Please sign in to comment.