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

php: 
  - 5.3
  - 5.4
  - 5.5

notifications:
  irc: "chat.freenode.net#masterminds"

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

script: phpunit test/HTML5