1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00
Commit Graph

17 Commits

Author SHA1 Message Date
Chris Brown
5831a933b8 Update .travis.yml
While `7.4snapshot` is still functional, it's no longer needed.
2019-12-05 16:23:14 -05:00
lee
b0fa39c21b removed 7.4 from 'allowed failures' list in travis.yml 2019-11-29 23:34:45 +01:00
Chris Brown
7304cebfa4 Allow TravisCI to fail on PHP7.4snapshot builds 2019-04-11 13:29:19 -04:00
Chris Brown
5ef4d44fa1 TravisCI - change nightly(8.0) PHP to 7.4snapshot
The former approach of using `nightly` to grab the latest in-dev PHP version isn't working well now that the `nightly` build is an alias for 8.0 ... and 8.0 isn't resolving composer packages since most haven't tagged anything compatible with it yet.
So switching to `7.4snapshot` allows testing against the next announced PHP version set to release later this year.
2019-04-03 09:32:05 -04:00
Dries Vints
8f03204b61 Disable xdebug
This should speedup builds a bit and makes it more consistent with other Laravel libraries.
2018-11-26 12:31:59 -05:00
Andrey Bolonin
25d6e47eb1 Update .travis.yml 2018-11-13 08:42:20 -05:00
Gabriel Caruso
4afc32b8e7 Test against PHP 7.2 2017-11-30 18:40:21 -02:00
Adam Wathan
65618fe399 Run against nightly on Travis 2017-06-22 07:35:36 -04:00
Korvin Szanto
79c372bcf9 Add composer cache to travis config 2016-09-19 19:32:42 -07:00
Adam Wathan
e9977d6121 Merge pull request #132 from vinkla/patch-1
Test on PHP 7.1
2016-08-31 14:59:10 -04:00
Adam Wathan
21f6250482 Stop running tests against 5.5 2016-08-31 14:52:32 -04:00
Vincent Klaiber
1bfc99dc8a Test on PHP 7.1
Added Travis test for PHP 7.1
2016-08-30 16:36:58 +02:00
Glendon Solsberry
e714082d50 Allows Valet to run under PHP 5.5 (#57)
* Allows for valet to run under PHP 5.5 as well.

Add checks for php55 to the mix.

* Allows for valet to run under PHP 5.5 as well.

Add checks for php55 to the mix.

* Update .travis.yml

* Update PhpFpm.php

* Add tests for php55
2016-05-10 21:56:25 -05:00
Taylor Otwell
b97e65f8bf remove 5.5 2016-05-08 23:26:15 -05:00
Taylor Otwell
aa06b4c77e add env variable 2016-05-08 23:25:38 -05:00
Taylor Otwell
06dae83ea3 remove old php version from travis 2016-05-08 23:24:01 -05:00
Taylor Otwell
937f1584ea add travis file 2016-05-08 23:13:40 -05:00