Skip to content

Commit fba7a7c

Browse files
authored
Merge pull request thesoftwarefanatics#20 from thesoftwarefanatics/test-php-73
Expand travis-ci test suite
2 parents 3402f57 + 74f53d2 commit fba7a7c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: php
22
dist: trusty
3-
sudo: false
43

54
php:
65
- 7.1
76
- 7.2
7+
- 7.3
88
- nightly
99

1010
install:
11-
- composer self-update
12-
- composer install --dev --no-interaction
11+
- composer install --dev
1312

1413
allowed_failures:
1514
- nightly
@@ -19,3 +18,10 @@ script:
1918

2019
after_script:
2120
- php vendor/bin/coveralls
21+
22+
jobs:
23+
include:
24+
# Test against the lowest set of dependencies
25+
- php: 7.1
26+
install:
27+
- composer update --dev --prefer-dist --prefer-lowest

0 commit comments

Comments
 (0)