summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/intervention/httpauth/.travis.yml
blob: 0edb59ca4b826cc2dc13c00b9b75af34492671a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
language: php

php: 
  - 5.3
  - 5.4

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

script: phpunit