Skip to content

Commit 4e5296f

Browse files
committed
Merge pull request #5 from php-vcr/f-travis
Implemented: Travis support.
2 parents 52c9c1a + 364f5ac commit 4e5296f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.4
6+
- 5.5
7+
8+
before_script:
9+
- composer self-update
10+
- composer install
11+
12+
script:
13+
- cd guzzle; phpunit
14+
- cd soap; phpunit

0 commit comments

Comments
 (0)