aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-12-25 20:36:02 +0100
committerToni Uhlig <matzeton@googlemail.com>2018-12-25 20:36:02 +0100
commitf318902ded114924fca9badffaad4320ab04ddb4 (patch)
tree4ed1e95afaced72c88a92e3a824dd0037b0cfc4f
parentae1f160611501718c393e4b96f41e2f9a876a10e (diff)
travis-ci update/fallback
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--.travis.yml6
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