Skip to content

Commit e210f9f

Browse files
author
Vincent Faliès
committed
Add Travis tests
1 parent d82e17b commit e210f9f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
sudo: required
2+
3+
services:
4+
- docker
5+
6+
addons:
7+
apt:
8+
packages:
9+
- docker-ce
10+
11+
before_install:
12+
- docker --version
13+
14+
- docker build -t vfac/php7compatibility .
15+
16+
script:
17+
- docker run --rm --entrypoint /php7checker/vendor/bin/phpcs php7compatibility -i | grep PHPCompatibility

0 commit comments

Comments
 (0)