Skip to content

Commit 893d76a

Browse files
committed
travis.yml update - removed code sniffer
1 parent 5ef1a05 commit 893d76a

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

.travis.yml

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
language: php
2-
3-
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
- 5.6
8-
- hhvm
9-
10-
matrix:
11-
allow_failures:
12-
- php: hhvm
13-
14-
before_script:
15-
- composer self-update
16-
- composer install --dev --prefer-source --no-interaction
17-
- pyrus install pear/PHP_CodeSniffer
18-
- phpenv rehash
19-
20-
script:
21-
- phpcs --standard=psr2 src/
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.4
6+
- 5.5
7+
- 5.6
8+
- hhvm
9+
10+
matrix:
11+
allow_failures:
12+
- php: hhvm
13+
14+
before_script:
15+
- composer self-update
16+
- composer install --dev --prefer-source --no-interaction
17+
- phpenv rehash
18+
19+
script:
2220
- phpunit --coverage-text

0 commit comments

Comments
 (0)