Skip to content

Commit 1123e21

Browse files
authored
build: update devDeps (#59)
* 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
1 parent d270c83 commit 1123e21

File tree

3 files changed

+2078
-516
lines changed

3 files changed

+2078
-516
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ node_js:
33
- "6"
44
- "8"
55
- "10"
6+
- "11"
67
sudo: false
78
script:
89
- npm test
9-
- npm install -D typescript@3.0
10+
- npm install -D typescript@3.2
1011
- npm test
11-
- npm install -D typescript@2.9
12+
- npm install -D typescript@3.1
1213
- npm test
1314
- npm install -D [email protected]
1415
- npm test

0 commit comments

Comments
 (0)