summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 35b3caec535e9940277e9d6f9bf7f4b595f6ebed (plain)
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

script: phpunit test/HTML5