From 09cc309532ff1087afcd8131ab581f9b9ce2923d Mon Sep 17 00:00:00 2001 From: lysannef <43135876+lysannef@users.noreply.github.com> Date: Thu, 8 Aug 2019 10:06:13 +0530 Subject: [PATCH] Adding power support --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ceafed9..6974244 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js +os: + - linux + - linux-ppc64le node_js: - "6" - "8"