Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
basic .travis.yml created
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Nov 6, 2013
1 parent c69c1ea commit 988ff63
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
language: php

php:
- 5.5
- 5.4
- 5.3

env:
- DB=mysql
- DB=pgsql

before_install:

before_script:

script:

after_script:

notifications:

0 comments on commit 988ff63

Please sign in to comment.