Do you wish to
register an account
?
This website works better with JavaScript.
Home
Help
Sign In
timw4mail
/
tims-todo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update travis config
master
Timothy Warren
1 year ago
parent
b96a69f592
commit
b67c54eb27
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
.travis.yml
+ 7
- 1
.travis.yml
View File
@ -2,10 +2,16 @@ language: php
sudo
:
false
services:
-
mysql
-
postgresql
php:
-
7.0
-
7.1
-
hhvm
-
7.2
-
7.3
-
7.4
install:
-
composer install --dev --no-progress
Write
Preview
Loading…
Cancel
Save