Skip to content

Commit

Permalink
Update dtslint. (stellar#372)
Browse files Browse the repository at this point in the history
* Bump tools-versions, gulp, and dtslint.

* Run travis on last 3 version of nodejs.
  • Loading branch information
abuiles committed Oct 1, 2020
1 parent 491cb7a commit c0c1895
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 10.16.3
nodejs 12.6.0
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: node_js
version: 1.0
matrix:
include:
- node_js: 10.16.3
- node_js: 11
- node_js: 12
- node_js: 13
- node_js: 14
env: TYPE_TEST=true
- node_js: 12
- node_js: 14
env: SAUCE=true
cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"clear": "^0.1.0",
"coveralls": "^3.0.2",
"del": "^5.1.0",
"dtslint": "^0.6.0",
"dtslint": "3.0.0",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.6.0",
Expand Down

0 comments on commit c0c1895

Please sign in to comment.