Skip to content

Commit

Permalink
update dependencies and travis configuration (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp authored Oct 2, 2019
1 parent 6ec0417 commit a74b5da
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 72 deletions.
20 changes: 1 addition & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
sudo: false

language: node_js

env:
- CXX="g++-4.8"

node_js:
- 10
# - 12

cache:
yarn: true
directories:
- node_modules/

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- gcc-4.8
- 12
110 changes: 59 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^16.5.0",
"libxmljs": "^0.19.5",
"libxmljs": "^0.19.7",
"microtime": "^3.0.0",
"node-expat": "^2.3.18",
"node-xml": "^1.0.2",
"sax": "^1.2.4",
"saxes": "^3.1.11",
"standard": "^14.1.0",
"standard": "^14.3.1",
"vows": "^0.8.2"
}
}

0 comments on commit a74b5da

Please sign in to comment.