Skip to content

Commit 2cb8ba9

Browse files
authored
Merge pull request #6 from dhensby/pulls/travis-changes
Test against supported versions of SS and PHP
2 parents 2fb0d28 + 49f01df commit 2cb8ba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ php:
1111
- 5.4
1212
- 5.5
1313
- 5.6
14+
- 7.0
15+
- 7.1
1416
env:
1517
- DB=MYSQL CORE_RELEASE=3.6
1618

1719
matrix:
1820
include:
19-
- php: 5.6
21+
- php: 7.1
2022
env: DB=MYSQL CORE_RELEASE=3
21-
- php: 5.6
22-
env: DB=MYSQL CORE_RELEASE=3.4
2323
- php: 5.6
2424
env: DB=PGSQL CORE_RELEASE=3.5
2525

0 commit comments

Comments
 (0)