From fde9cd40d38322449e81e72e369ff1ea787f9158 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 19 Apr 2019 14:23:25 +0200 Subject: [PATCH] chore: test travis file change License: MIT Signed-off-by: Jacob Heun --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e35a0ee..fa21f36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codeco jobs: include: - os: linux + sudo: false before_script: sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6' - os: windows @@ -25,6 +26,7 @@ jobs: cache: false - stage: check + os: linux script: - npx aegir build --bundlesize - npx aegir commitlint --travis