Skip to content

Commit 4b777c8

Browse files
Tweaks
1 parent e70445e commit 4b777c8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: php
22

3+
dist: xenial
4+
35
php:
46
- 5.6
57
- 7.0

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"autoload-dev": {
4444
"psr-4": { "Gitlab\\Tests\\": "test/Gitlab/Tests/" }
4545
},
46-
"config": {
47-
"preferred-install": "dist"
48-
}
46+
"config": {
47+
"preferred-install": "dist"
48+
}
4949
}

0 commit comments

Comments
 (0)