Skip to content

Commit ece20fc

Browse files
committed
travish update
1 parent 1c3a693 commit ece20fc

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.travis.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
language: php
2-
notifications:
3-
email: false
4-
irc:
5-
channels:
6-
- "irc.freenode.org#webdevlabs"
7-
on_success: change
8-
on_failure: always
9-
php:
10-
- '7.1'
11-
- '7.2'
12-
- '7.3'
13-
env:
14-
- COMPOSER_OPTS=""
15-
- COMPOSER_OPTS="--prefer-lowest"
16-
before_script:
17-
- composer self-update
18-
- composer update
19-
script: phpunit Test.php
1+
language: php
2+
notifications:
3+
email: false
4+
irc:
5+
channels:
6+
- "irc.freenode.org#webdevlabs"
7+
on_success: change
8+
on_failure: always
9+
php:
10+
- '7.2'
11+
- '7.3'
12+
- '7.4'
13+
env:
14+
- COMPOSER_OPTS=""
15+
- COMPOSER_OPTS="--prefer-lowest"
16+
before_script:
17+
- composer self-update
18+
- composer update
19+
script: phpunit Test.php

0 commit comments

Comments
 (0)