Skip to content

Commit 82e354c

Browse files
authored
Merge pull request #75 from rakit/v1
v1.0.0
2 parents 61ed77b + 75dc5bd commit 82e354c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+3435
-780
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
64
- 7.0
5+
- 7.1
6+
- 7.2
77

88
before_script:
9-
- composer self-update
10-
- composer install --dev
9+
- composer install
10+
- ./vendor/bin/phpcs -n --standard=PSR2 src/ tests/
1111

12-
script: phpunit --coverage-text
12+
script:
13+
- phpunit --coverage-text

0 commit comments

Comments
 (0)