Skip to content

Commit d8f5f61

Browse files
authored
fix(core): allow nullable value for array type (#1780)
re #1764
1 parent 6ef3e57 commit d8f5f61

File tree

4 files changed

+273
-187
lines changed

4 files changed

+273
-187
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ cache:
55
directories:
66
- $HOME/.npm
77
node_js:
8-
- "10"
8+
- "12"
99

1010
before_install:
1111
- npm i -g npm
12-
- "export CHROME_BIN=/usr/bin/google-chrome"
13-
- "export DISPLAY=:99.0"
14-
- "sh -e /etc/init.d/xvfb start"
1512

1613
install:
1714
- npm ci
@@ -27,9 +24,7 @@ after_success:
2724
- if [ -n "$TRAVIS_TAG" ]; then npm run github-release; fi
2825

2926
addons:
30-
apt:
31-
packages:
32-
- google-chrome-stable
27+
chrome: stable
3328

3429
env:
3530
global:

0 commit comments

Comments
 (0)