Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Initial Travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jun 21, 2012
1 parent cc79410 commit dae9289
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: php

php:
- 5.3
- 5.4

before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev

script: phpunit

notifications:
irc: "irc.freenode.org#iks"

0 comments on commit dae9289

Please sign in to comment.