aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/stephenhill/base58/.travis.yml
blob: 3e995f336af672fd58f605ec484925c3dea4c7c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: php

before_script:
  - composer install

php:
  - 5.3
  - 5.4
  - 5.5
  - 5.6
  - 7
  - 7.1
  - hhvm

script: bin/phpunit