Skip to content

Commit b75740c

Browse files
committed
Enabling Travis
1 parent 8426720 commit b75740c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.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+
- 7.0
9+
- hhvm
10+
11+
matrix:
12+
allow_failures:
13+
- php: 7
14+
- php: hhvm
15+
16+
before_script:
17+
- composer install --dev

vendor/.gitignore

-2
This file was deleted.

0 commit comments

Comments
 (0)