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.
1 parent e70445e commit 4b777c8Copy full SHA for 4b777c8
.travis.yml
@@ -1,5 +1,7 @@
1
language: php
2
3
+dist: xenial
4
+
5
php:
6
- 5.6
7
- 7.0
composer.json
@@ -43,7 +43,7 @@
43
"autoload-dev": {
44
"psr-4": { "Gitlab\\Tests\\": "test/Gitlab/Tests/" }
45
},
46
- "config": {
47
- "preferred-install": "dist"
48
- }
+ "config": {
+ "preferred-install": "dist"
+ }
49
}
0 commit comments