summaryrefslogtreecommitdiffstats
path: root/vendor/plasmaconduit/path/.travis.yml
blob: 8928b410595ebbee65bc556daf3915d7d325bae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: php

php:
  - 5.3
  - 5.4

branches:
  only:
    - master

before_script:
  - curl http://getcomposer.org/installer | php
  - php composer.phar --dev install

script: bin/phpspec run -n