mirror of https://github.com/rusefi/msqur.git
Downgrade travis php 7.2->7.1
This commit is contained in:
parent
89d71e9415
commit
db16a21eae
|
@ -1,7 +1,7 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- '7.2'
|
||||
- '7.1'
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
@ -31,7 +31,7 @@ if (isset($_GET['msq'])) {
|
|||
http_response_code(404);
|
||||
unset($_GET['msq']);
|
||||
include "view/header.php";
|
||||
echo '<div class="error">404 MSQ file not found. </div>';
|
||||
echo '<div class="error">404 MSQ file not found.</div>';
|
||||
include "view/footer.php";
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue