Skip to content

Commit 5ff6c3f

Browse files
committed
some changes to travis.yml
1 parent ef212b0 commit 5ff6c3f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ cache:
66
directories:
77
- node_modules
88
install:
9-
- npm install
9+
- npm install --legacy-peer-deps
1010
- npm run prod-build
1111
script:
1212
- npm run test
13-
13+
- python3 -VV
14+
- pip install --upgrade pip
15+
- pip -V
16+
env:
17+
global: PATH=/opt/python/3.7.1/bin:$PATH

0 commit comments

Comments
 (0)