We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d746c28 commit 9f6859fCopy full SHA for 9f6859f
.travis.yml
@@ -2,10 +2,6 @@ sudo: required
2
dist: trusty
3
language: rust
4
5
-php:
6
- - '5.6'
7
- - '7.0'
8
-
9
rust:
10
- stable
11
- beta
@@ -15,6 +11,7 @@ addons:
15
apt:
16
12
sources:
17
13
- sourceline: 'ppa:chris-lea/libsodium'
14
+ - sourceline: 'ppa:ondrej/php'
18
- sourceline: 'deb http://ppa.launchpad.net/chris-lea/libsodium/ubuntu trusty main'
19
- sourceline: 'deb-src http://ppa.launchpad.net/chris-lea/libsodium/ubuntu trusty main'
20
packages:
@@ -23,6 +20,8 @@ addons:
23
- libdw-dev
24
21
- binutils-dev
25
22
- libsodium-dev
+ - php5.6
+ - php7.0
26
27
before_script:
28
- |
0 commit comments