From 9a5896c0cae8ad2c5a278b7dafcf6608e6ca994a Mon Sep 17 00:00:00 2001 From: Ademola Adegbuyi Date: Wed, 23 Sep 2020 17:32:36 +0100 Subject: [PATCH] Add os and dist to travis config --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9cecb28..011d86e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: node_js +os: + - linux +dist: + - trusty node_js: - '10' notifications: