Skip to content

Commit 6e0e00f

Browse files
authored
Merge pull request #71 from bavix/travis-ci
Travis CI
2 parents 778d049 + 8243e48 commit 6e0e00f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ php:
33
- '7.1'
44
- '7.2'
55
- '7.3'
6+
- '7.4snapshot'
7+
- 'nightly'
8+
9+
matrix:
10+
allow_failures:
11+
- php: '7.4snapshot'
12+
- php: 'nightly'
613

714
before_script:
815
- "composer install"

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: '3'
2+
services:
3+
php74:
4+
image: php:7.4-rc
5+
volumes:
6+
- ./:/app

0 commit comments

Comments
 (0)