Skip to content

Commit 131ff9e

Browse files
committed
[pheanstalk] Add travis.yml
1 parent f0974dd commit 131ff9e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pkg/pheanstalk/.travis.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
sudo: false
2+
3+
git:
4+
depth: 1
5+
6+
language: php
7+
8+
php:
9+
- '5.6'
10+
- '7.0'
11+
12+
cache:
13+
directories:
14+
- $HOME/.composer/cache
15+
16+
install:
17+
- composer self-update
18+
- composer install --prefer-source
19+
20+
script:
21+
- vendor/bin/phpunit --exclude-group=functional

0 commit comments

Comments
 (0)