Skip to content

Commit fe42357

Browse files
committed
more changes to travis
1 parent 5ff6c3f commit fe42357

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
language: node_js
22
node_js:
3-
- "10"
4-
dist: trusty
3+
- "16"
4+
dist: xenial
5+
arch: amd64
6+
script:
7+
- python3 -VV
8+
- pip install --upgrade pip
9+
- pip -V
10+
- npm run test
511
cache:
612
directories:
713
- node_modules
814
install:
915
- npm install --legacy-peer-deps
10-
- npm run prod-build
11-
script:
12-
- npm run test
13-
- python3 -VV
14-
- pip install --upgrade pip
15-
- pip -V
1616
env:
1717
global: PATH=/opt/python/3.7.1/bin:$PATH

0 commit comments

Comments
 (0)