Skip to content

Commit d746c28

Browse files
committed
Add PHP versions to Travis
1 parent 2e5793a commit d746c28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ sudo: required
22
dist: trusty
33
language: rust
44

5+
php:
6+
- '5.6'
7+
- '7.0'
8+
59
rust:
610
- stable
711
- beta
@@ -19,7 +23,6 @@ addons:
1923
- libdw-dev
2024
- binutils-dev
2125
- libsodium-dev
22-
- php5
2326

2427
before_script:
2528
- |

0 commit comments

Comments
 (0)