From e5e36200be7da839ee1aad4f1352fd1a04634bae Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 11 Oct 2018 11:53:39 -0700 Subject: [PATCH] =?UTF-8?q?test:=F0=9F=92=A5=20something=20amazing=20is=20?= =?UTF-8?q?in=20the=20works=20=F0=9F=92=A5=20(#257)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 13 ++++++++++--- test/cli.js | 3 +++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85318e47..cdc98e80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,18 @@ language: node_js -sudo: false + node_js: + - 10 - 8 - 6 - 4 -notifications: - email: false + +os: + - linux + - windows + cache: directories: - $HOME/.npm + +notifications: + email: false \ No newline at end of file diff --git a/test/cli.js b/test/cli.js index 59715de9..bdd83948 100644 --- a/test/cli.js +++ b/test/cli.js @@ -2,6 +2,9 @@ var tap = require('tap'); var test = tap.test; var execSync = require('child_process').execSync; +// TODO: @bcoe debug our approach to spawning CLI on Windows. +if (process.platform === 'win32') return + test('\nCLI (bin/semver) tests', function(t) { // [args, expected stdout, expected stderr, expected error code] [