tools: remove unused travis yml

now we have uplever travis.yml to cover the tools test, the tools level
file is not needed.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2019-01-31 14:58:52 +08:00 committed by Liam Girdwood
parent 7fa7413527
commit a45f4d1a1c
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
sudo: required
language: c
services:
- docker
before_install:
- docker pull xiulipan/sof
- echo -e '#!/bin/bash \n./autogen.sh && ./configure && make && make tests 1>/dev/null' > quickbuild.sh
- chmod 755 quickbuild.sh
script:
- docker run -it -v `pwd`:/home/sof/work/sof.git --user `id -u` xiulipan/sof ./quickbuild.sh