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

Commit

Permalink
sheesh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Jan 17, 2020
1 parent 1bfbfb7 commit 7232a52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lib": "./lib"
},
"scripts": {
"_mocha": "mocha --timeout 60000 --check-leaks --recursive --globals _scratch --opts ./test/.mocharc",
"_mocha": "mocha --check-leaks --recursive --globals _scratch --opts ./test/.mocharc",
"nyc_mocha": "nyc npm run _mocha",
"_lint": "eslint --ignore-path .gitignore .",
"build": "webpack-cli --config ./webpack/node/core.webpack.config.js",
Expand Down

0 comments on commit 7232a52

Please sign in to comment.