Skip to content

Commit

Permalink
build: update devDeps (#59)
Browse files Browse the repository at this point in the history
* build: update devDeps and package-lock.json
* build: add TypeScript 3.2/3.3 to, remove 3.0 from CI environment
* build: add Node v11 to CI environment
  • Loading branch information
teppeis authored Mar 19, 2019
1 parent d270c83 commit 1123e21
Show file tree
Hide file tree
Showing 3 changed files with 2,078 additions and 516 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ node_js:
- "6"
- "8"
- "10"
- "11"
sudo: false
script:
- npm test
- npm install -D typescript@3.0
- npm install -D typescript@3.2
- npm test
- npm install -D typescript@2.9
- npm install -D typescript@3.1
- npm test
- npm install -D [email protected]
- npm test
Expand Down
Loading

0 comments on commit 1123e21

Please sign in to comment.