Skip to content

Commit

Permalink
Use precise for php5.2/5.3 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoBlue authored Dec 11, 2017
1 parent 2a4c926 commit 517f12d
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
matrix:
include:
- php: 5.2

This comment has been minimized.

Copy link
@OskarStark

OskarStark Dec 12, 2017

Contributor

regarding the composer.json php 5.2 is not allowed

This comment has been minimized.

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

before_script: "make install-dependencies"
script: "make test && cat junit.xml"

0 comments on commit 517f12d

Please sign in to comment.