mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-05 15:27:56 +00:00
Remove PHP 5.3 from continuous integration test allowed failures
This commit is contained in:
@@ -9,7 +9,6 @@ php:
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 5.3
|
||||
- php: 5.6
|
||||
- php: hhvm
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ server {
|
||||
index index.php;
|
||||
server_name localhost;
|
||||
location / {
|
||||
try_files \$uri \$uri/ /index.php =404;
|
||||
rewrite ^ /index.php last;
|
||||
}
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
|
||||
Reference in New Issue
Block a user