Skip to content

Commit ddc7585

Browse files
committed
Merge pull request php-curl-class#75 from zachborboa/master
Remove PHP 5.3 from continuous integration test allowed failures
2 parents 12d9157 + 35fb672 commit ddc7585

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ php:
99

1010
matrix:
1111
allow_failures:
12-
- php: 5.3
1312
- php: 5.6
1413
- php: hhvm
1514

tests/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ server {
1111
index index.php;
1212
server_name localhost;
1313
location / {
14-
try_files \$uri \$uri/ /index.php =404;
14+
rewrite ^ /index.php last;
1515
}
1616
location ~ \.php$ {
1717
fastcgi_split_path_info ^(.+\.php)(/.+)$;

0 commit comments

Comments
 (0)