We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 338f6ce + ff20bab commit 22039e6Copy full SHA for 22039e6
.travis.yml
@@ -1,3 +1,4 @@
1
+sudo: false
2
language: php
3
4
addons:
@@ -8,26 +9,11 @@ addons:
8
9
10
matrix:
11
include:
- - os: linux
12
- dist: trusty
13
- sudo: false
14
- php: 5.5
15
16
17
18
- php: 5.6
19
20
21
22
- php: 7.0
23
24
25
26
- php: 7.1
27
28
29
30
- php: 7.2
+ - php: 5.5
+ - php: 5.6
+ - php: 7.0
+ - php: 7.1
+ - php: 7.2
31
32
services:
33
- mongodb
0 commit comments