We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c699d1 commit d7af634Copy full SHA for d7af634
.travis.yml
@@ -6,6 +6,8 @@ compiler:
6
- gcc
7
8
script:
9
+ - echo -e "\n\n>>> Running uWSGI unit tests"
10
+ - make tests
11
- echo -e "\n\n>>> Building kitchensink uWSGI binary"
12
- UWSGICONFIG_PHPPATH=php-config7.2 /usr/bin/python uwsgiconfig.py --build travis
13
- echo -e "\n\n>>> Building uWSGI binary"
@@ -55,4 +57,4 @@ before_install:
55
57
- sudo apt-get install -qqyf libssl-dev libacl1-dev python-greenlet-dev
56
58
- sudo apt-get install -qqyf openjdk-8-jdk libgloox-dev gccgo
59
- sudo apt-get install -qqyf cli-common-dev mono-devel mono-mcs uuid-dev
- - sudo apt-get install -qqyf curl
60
+ - sudo apt-get install -qqyf curl check
0 commit comments