aboutsummaryrefslogtreecommitdiff
path: root/vendor/tumblr/tumblr/.travis.yml
blob: 4986ae45a07c3a703121d0cd7e6fd182a36c86bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: php
before_script: composer install

php:
  - 7.1
  - 7.0
  - 5.6
  - hhvm

matrix:
  allow_failures:
    - php: hhvm