Blame view

vendor/mtdowling/jmespath.php/.travis.yml 211 Bytes
0c34aba8   xu   更新阿里云短信接口
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: php

php:
  - 5.4
  - 5.5
  - 5.6
  - hhvm

before_script:
  - composer install

script: make test

after_script:
  - make perf
  - JP_PHP_COMPILE=on make perf
  - JP_PHP_COMPILE=on CACHE=on make perf