Skip to content

Commit

Permalink
deps: update assorted dependencies (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored Oct 23, 2019
1 parent e67a10d commit a5ccaa4
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1,205 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ matrix:
- node_js: "8"
- node_js: "10"
- node_js: "12"
dist: trusty
sudo: required
cache:
yarn: true
Expand All @@ -13,18 +12,13 @@ cache:
install:
- yarn
before_script:
- export DISPLAY=:99.0
- export CHROME_PATH="$(pwd)/chrome-linux/chrome"
- sh -e /etc/init.d/xvfb start
- sleep 3 # wait for xvfb to boot
- yarn build
script:
- yarn test-formatting
- yarn type-check
- yarn test
after_success:
- yarn run coverage
# - (send to coveralls)
# - (send to codecov)
addons:
chrome: stable
services:
- xvfb
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "tsc",
"dev": "tsc -w",
"test": "mocha --require ts-node/register --reporter=dot test/**/*-test.ts --timeout=10000",
"coverage": "nyc yarn test && nyc report --reporter=text-lcov > lcov.info",
"test-formatting": "test/check-formatting.sh",
"format": "scripts/format.sh",
"type-check": "tsc --allowJs --checkJs --noEmit --target es2016 *.js"
Expand All @@ -17,7 +16,6 @@
"@types/sinon": "^2.3.1",
"clang-format": "^1.0.50",
"mocha": "^6.1.4",
"nyc": "^11.0.2",
"sinon": "^2.3.5",
"ts-node": "8.3.0",
"typescript": "3.2.2"
Expand Down
Loading

0 comments on commit a5ccaa4

Please sign in to comment.