We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8dc8a commit f443f1fCopy full SHA for f443f1f
1 file changed
.travis.yml
@@ -12,6 +12,10 @@ php:
12
env:
13
- SIMPLESAMLPHP_VERSION=1.17.*
14
15
+matrix:
16
+ allow_failures:
17
+ - php: 7.3
18
+
19
before_script:
20
- composer require "simplesamlphp/simplesamlphp:${SIMPLESAMLPHP_VERSION}" --no-update
21
- composer update --no-interaction
0 commit comments