Blame view

vendor/phpspec/prophecy/.travis.yml 312 Bytes
c6fadb74   Alexandre   Version: 2.4.0.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: php

php: [5.3, 5.4, 5.5, 5.6, 7, hhvm]

sudo: false

cache:
  directories:
    - $HOME/.composer/cache

branches:
  except:
    - /^bugfix\/.*$/
    - /^feature\/.*$/
    - /^optimization\/.*$/

before_script: travis_retry composer install --no-interaction

script: vendor/bin/phpspec run -fpretty -v