From 332de11211571844b80bf99ba53b405ea458d4a8 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Tue, 27 Aug 2019 16:05:33 -0500 Subject: [PATCH] fix travis-ci (#538) * fix travis-ci * add node_js to future lint job * add future windows tests --- .travis.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ef126d..1b53d51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,14 +10,6 @@ branches: language: node_js -node_js: - - lts/* - - node - -os: - - linux - # - windows - cache: npm: true @@ -28,6 +20,13 @@ jobs: include: # - stage: lint ✨ # script: npm run lint + # node_js: lts/* - stage: test 👩🏽‍💻 script: npm run test:cov + node_js: node + - node_js: lts/* + # - os: windows + # node_js: node + # - os: windows + # node_js: lts/*