summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/mrclay/props-dic/.travis.yml
blob: 79f80a332dbb23f8a901c88154c031ad8ad08a51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: php

sudo: false

php:
  - 5.3
  - 5.4
  - 5.5
  - 5.6
  - 7.0
  - hhvm

matrix:
    allow_failures:
        - php: hhvm
    fast_finish: true

branches:
  only:
    - master
    - 2.x

before_install:
  - composer self-update

install:
  - composer install

script:
  - phpunit