Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit ad6908d

Browse files
bring in travis
1 parent 0452bf8 commit ad6908d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: php
2+
3+
php:
4+
- 5.6
5+
- 7.0
6+
- 7.1
7+
- hhvm
8+
- nightly
9+
10+
before_script:
11+
- composer install

0 commit comments

Comments
 (0)