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

Commit

Permalink
Creating Travis-CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Apr 8, 2012
1 parent 303e49e commit 624df4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: php

php:
- 5.3
- 5.4

before_install: cp .travis/TestConfiguration.php tests/TestConfiguration.php

script: ./.travis/run-tests.sh

0 comments on commit 624df4d

Please sign in to comment.