diff --git a/.travis.yml b/.travis.yml index 12533d1..58c6646 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ services: before_install: - docker pull xiulipan/sof - - echo -e '#!/bin/bash \n./autogen.sh && ./configure && make' > quickbuild.sh + - echo -e '#!/bin/bash \n./autogen.sh && ./configure && make && make tests 1>/dev/null' > quickbuild.sh - chmod 755 quickbuild.sh script: