aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: dce633b7a036b94c163c6568958c1cef59ffe741 (plain)
1
2
3
4
5
6
language: php
phps:
  - 5.3
script: cd tests && phpunit .
notifications:
  irc: "irc.freenode.org#semanticscuttle"