diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index e55ea6c..2ce0a14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,11 @@ language: c sudo: required os: -- linnux +- linux compiler: - gcc before_install: - sudo apt-get -qq update - sudo apt-get install -y -qq coreutils make autoconf automake gcc build-essential libelf-dev script: -- make -s DEFCONFIG=y & -- while (test x$(pidof make) != x); do echo -n '.'; sleep 1; done -- echo +- make DEFCONFIG=y |