Skip to content

Commit fe0776b

Browse files
Slamdunktheofidry
authored andcommitted
Fix Travis & Scrutinizer build (#106)
1 parent 6997ae4 commit fe0776b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build:
2+
environment:
3+
variables:
4+
COMPOSER_ROOT_VERSION: '1.8.0'

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: php
22

33
sudo: false
44

5+
env:
6+
global:
7+
- COMPOSER_ROOT_VERSION=1.8.0
8+
59
php:
610
- '7.1'
711
- '7.2'

0 commit comments

Comments
 (0)