Skip to content

Commit 9f6859f

Browse files
committed
Second try adding PHP versions
1 parent d746c28 commit 9f6859f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

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

5-
php:
6-
- '5.6'
7-
- '7.0'
8-
95
rust:
106
- stable
117
- beta
@@ -15,6 +11,7 @@ addons:
1511
apt:
1612
sources:
1713
- sourceline: 'ppa:chris-lea/libsodium'
14+
- sourceline: 'ppa:ondrej/php'
1815
- sourceline: 'deb http://ppa.launchpad.net/chris-lea/libsodium/ubuntu trusty main'
1916
- sourceline: 'deb-src http://ppa.launchpad.net/chris-lea/libsodium/ubuntu trusty main'
2017
packages:
@@ -23,6 +20,8 @@ addons:
2320
- libdw-dev
2421
- binutils-dev
2522
- libsodium-dev
23+
- php5.6
24+
- php7.0
2625

2726
before_script:
2827
- |

0 commit comments

Comments
 (0)