Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Commit

Permalink
Add Travis configuration
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wp-plugins.org/xcache/trunk@1161461 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
pierres committed May 15, 2015
1 parent 351ef93 commit 6d7dfef
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*~
/.idea
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y php5-xcache
File renamed without changes.
7 changes: 7 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<phpunit>
<testsuites>
<testsuite>
<file>object-cache-test.php</file>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 6d7dfef

Please sign in to comment.