Skip to content

Commit c3cfb5f

Browse files
committed
Configuration for travis-ci.org
1 parent cbf74a4 commit c3cfb5f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: php
2+
sudo: false
3+
php:
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7
8+
- 7.0
9+
- 7.1
10+
install:
11+
- pear install pear/PHP_CodeSniffer
12+
- phpenv rehash
13+
script:
14+
- phpunit --coverage-text tests
15+
- phpcs Text/

0 commit comments

Comments
 (0)