Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisOrlando committed Dec 20, 2017
1 parent e948e9f commit b3a9cff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6

# precise must be used for PHP 5.3
# https://docs.travis-ci.com/user/reference/trusty#PHP-images
matrix:
include:
- php: 5.3
dist: precise

addons:
apt:
packages:
- python-markdown
- libxml-xpath-perl
- build-essential
- libxml2-utils

script:
- make all

0 comments on commit b3a9cff

Please sign in to comment.