From cfb6f873bc848c549fbf649385a508105ab52a35 Mon Sep 17 00:00:00 2001 From: Joey Wunderlich Date: Tue, 6 Aug 2019 16:16:36 -0700 Subject: [PATCH] fix build (#2360) * fix broken build * just try the more 'official' fix if possible * back to the way that actually works.. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 088bff3e..c1aaedba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: node_js +os: linux +dist: trusty node_js: - "8.9.4" before_install: