From 892f1b06c8bc838729ea72080043bd3957037bdf Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Wed, 21 Nov 2018 15:28:54 +0100 Subject: [PATCH] ci: use vm-based travis (#544) Let's see if this breaks anything, since it will become required soon: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3727e331..8feabeb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js script: "./scripts/test" -sudo: false branches: only: - master