Skip to content

Commit 027b68a

Browse files
committed
travis: move to trusty
While at it build against php7.2
1 parent 14e36ce commit 027b68a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
dist: precise
21
language: c
32

43
compiler:
54
- gcc
65

76
script:
87
- echo -e "\n\n>>> Building kitchensink uWSGI binary"
9-
- /usr/bin/python uwsgiconfig.py --build travis
8+
- UWSGICONFIG_PHPPATH=php-config7.2 /usr/bin/python uwsgiconfig.py --build travis
109
- echo -e "\n\n>>> Building uWSGI binary"
1110
- make
1211
- echo -e "\n\n>>> Building python26 plugin"
@@ -33,12 +32,13 @@ script:
3332
- ./tests/travis.sh
3433

3534
before_install:
36-
- sudo add-apt-repository ppa:fkrull/deadsnakes -y
37-
- sudo add-apt-repository ppa:nathan-renniewaldock/ppa -y
35+
- sudo add-apt-repository ppa:deadsnakes/ppa -y
36+
- sudo add-apt-repository ppa:ondrej/php -y
3837
- sudo apt-get update -qq
3938
- sudo apt-get install -qqyf python2.6-dev python3.4-dev python3.5-dev
4039
- sudo apt-get install -qqyf libxml2-dev libpcre3-dev libcap2-dev
41-
- sudo apt-get install -qqyf php5-dev libphp5-embed liblua5.1-0-dev
40+
- sudo apt-get install -qqyf php7.2-dev libphp7.2-embed libargon2-0-dev libsodium-dev
41+
- sudo apt-get install -qqyf liblua5.1-0-dev
4242
- sudo apt-get install -qqyf libjansson-dev libldap2-dev libpq-dev
4343
- sudo apt-get install -qqyf libpam0g-dev libsqlite3-dev libyaml-dev
4444
- sudo apt-get install -qqyf libzmq-dev libmatheval-dev libperl-dev

0 commit comments

Comments
 (0)