We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff6c3f commit fe42357Copy full SHA for fe42357
.travis.yml
@@ -1,17 +1,17 @@
1
language: node_js
2
node_js:
3
- - "10"
4
-dist: trusty
+ - "16"
+dist: xenial
5
+arch: amd64
6
+script:
7
+ - python3 -VV
8
+ - pip install --upgrade pip
9
+ - pip -V
10
+ - npm run test
11
cache:
12
directories:
13
- node_modules
14
install:
15
- npm install --legacy-peer-deps
- - npm run prod-build
-script:
- - npm run test
- - python3 -VV
- - pip install --upgrade pip
- - pip -V
16
env:
17
global: PATH=/opt/python/3.7.1/bin:$PATH
0 commit comments