Skip to content

Commit

Permalink
adding travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronjacobson committed Dec 25, 2012
1 parent a4341a3 commit 038a596
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: php

php:
- "5.4"

before_script:
- composer self-update
- composer install --dev -n

0 comments on commit 038a596

Please sign in to comment.