Skip to content

Commit 80fdb7a

Browse files
committed
PHPLIB-56: Travis CI configuration
1 parent 1b701a5 commit 80fdb7a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*.swp
2-
.*
32
!.gitignore
43
composer.phar
54
composer.lock

.travis.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.4
6+
- 5.5
7+
- 5.6
8+
9+
env:
10+
- MONGODB_VERSION=0.2.0
11+
12+
services: mongodb
13+
14+
before_script:
15+
- pecl -q install -f mongodb-${MONGODB_VERSION}
16+
- php --ri mongodb
17+
- composer install --dev --no-interaction --prefer-source

0 commit comments

Comments
 (0)