Skip to content

Commit

Permalink
test:💥 something amazing is in the works 💥 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 11, 2018
1 parent 46727af commit e5e3620
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .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
3 changes: 3 additions & 0 deletions test/cli.js
Expand Up @@ -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]
[
Expand Down

0 comments on commit e5e3620

Please sign in to comment.