From fb206cfd664947f18202b68eb05c89b25dc50f21 Mon Sep 17 00:00:00 2001 From: Dirk McCormick Date: Mon, 29 Apr 2019 23:02:58 +0800 Subject: [PATCH] chore: fix travis file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1898be4..c415b39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codeco jobs: include: - stage: check + os: linux script: - npx aegir build --bundlesize - npx aegir dep-check