Skip to content

Commit b32d2a8

Browse files
author
Dominik Tomasi
committed
setup codesniffer and phpunit
1 parent 2dfab80 commit b32d2a8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: .travis.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
language: php
2+
23
php:
34
- "5.3"
45
- "5.4"
56
- "5.5"
67
- "5.6"
78

8-
script: ant -keep-going
9+
sudo: false
10+
11+
install:
12+
- composer self-update
13+
- composer install --prefer-source
14+
15+
script:
16+
- ./vendor/bin/phpcs --standard=PSR2 src/ tests/
17+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)