We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3a693 commit ece20fcCopy full SHA for ece20fc
.travis.yml
@@ -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
+language: php
+notifications:
+ email: false
+ irc:
+ channels:
+ - "irc.freenode.org#webdevlabs"
+ on_success: change
+ on_failure: always
+php:
+ - '7.2'
+ - '7.3'
+ - '7.4'
+env:
+ - COMPOSER_OPTS=""
+ - COMPOSER_OPTS="--prefer-lowest"
+before_script:
+ - composer self-update
+ - composer update
+script: phpunit Test.php
0 commit comments