Skip to content

Commit

Permalink
Fix that travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasnoperov Vitaliy committed Dec 20, 2017
1 parent 35581b6 commit 9973999
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: php
php:
- '5.3'
- '5.6'
- '7.0'
- '7.1'
- hhvm
matrix:
include:
- php: 5.3
dist: precise
- php: 5.6
- php: 7.0
- php: 7.1
- php: hhvm

script: python tests/tests.py

0 comments on commit 9973999

Please sign in to comment.