Skip to content

Commit d7af634

Browse files
committed
travis: run unit tests
1 parent 7c699d1 commit d7af634

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ compiler:
66
- gcc
77

88
script:
9+
- echo -e "\n\n>>> Running uWSGI unit tests"
10+
- make tests
911
- echo -e "\n\n>>> Building kitchensink uWSGI binary"
1012
- UWSGICONFIG_PHPPATH=php-config7.2 /usr/bin/python uwsgiconfig.py --build travis
1113
- echo -e "\n\n>>> Building uWSGI binary"
@@ -55,4 +57,4 @@ before_install:
5557
- sudo apt-get install -qqyf libssl-dev libacl1-dev python-greenlet-dev
5658
- sudo apt-get install -qqyf openjdk-8-jdk libgloox-dev gccgo
5759
- sudo apt-get install -qqyf cli-common-dev mono-devel mono-mcs uuid-dev
58-
- sudo apt-get install -qqyf curl
60+
- sudo apt-get install -qqyf curl check

0 commit comments

Comments
 (0)