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

Commit

Permalink
Merge pull request #1 from ricardclau/feature-travis-integration
Browse files Browse the repository at this point in the history
travis file first trial
  • Loading branch information
ricardclau committed Nov 7, 2012
2 parents 8712261 + 4796030 commit 9f73c69
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: php

php:
- 5.3.0
- 5.3
- 5.4

env:
- CASSANDRA_VERSION=1.1
- CASSANDRA_VERSION=1.0
- CASSANDRA_VERSION=0.8

services:
- cassandra

before_script:
- phpunit

0 comments on commit 9f73c69

Please sign in to comment.