Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
misc:test mac and windows on travis too, EPERM fixes (#535)
Browse files Browse the repository at this point in the history
* fix: windows EPERM due to leaving file descriptor open
* test mac and windows on travis, too
  • Loading branch information
davidmurdoch committed Jan 17, 2020
1 parent c1db785 commit a25c172
Show file tree
Hide file tree
Showing 7 changed files with 961 additions and 529 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
version: ~> 1.0
language: node_js
node_js:
- "8"
- "10"
- "12"
os:
- linux
- osx
- windows
# using xcode9.2 forces osx 10.12, which is WAAAYYYYYY faster than 10.13
# in fact, we couldn't get osx 10.13 to ever finish the running the tests
osx_image: xcode9.2
git:
autocrlf: false

addons:
apt:
Expand All @@ -19,11 +29,6 @@ before_install:
export LINK="gcc-5";
export LINKXX="g++-5";
fi
- nvm --version
- node --version
- npm --version
- gcc --version
- g++ --version

after_success:
npm run coverage
Loading

0 comments on commit a25c172

Please sign in to comment.