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.
2 parents c603d0d + adf85fb commit 6e80edaCopy full SHA for 6e80eda
.travis.yml
@@ -1,17 +1,17 @@
1
-language: node_js
2
-node_js:
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
11
-cache:
12
- directories:
13
- - node_modules
14
-install:
15
- - npm install --legacy-peer-deps
16
-env:
17
- global: PATH=/opt/python/3.7.1/bin:$PATH
+# language: node_js
+# node_js:
+# - "16"
+# dist: xenial
+# arch: amd64
+# script:
+# - python3 -VV
+# - pip install --upgrade pip
+# - pip -V
+# - npm run test
+# cache:
+# directories:
+# - node_modules
+# install:
+# - npm install --legacy-peer-deps
+# env:
+# global: PATH=/opt/python/3.7.1/bin:$PATH
0 commit comments