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 bb9ae99 commit 1af0cbdCopy full SHA for 1af0cbd
.travis.yml
@@ -1,18 +1,27 @@
1
-sudo: false
+dist: xenial
2
+language: python
3
+os: linux
4
+addons:
5
+ homebrew:
6
+ update: true
7
+ packages:
8
+ - npm
9
+ - pyenv
10
cache:
11
directories:
12
- node_modules
- - "$HOME/google-cloud-sdk/"
13
+ - '$HOME/google-cloud-sdk/'
14
jobs:
15
include:
- - stage: test
- language: node_js
16
+ - name: test
17
+ python: 3.8
18
+ language: python
19
+ env: NODE_GYP_FORCE_PYTHON=python3
20
script:
21
- make test
- - stage: deploy
22
+ - name: deploy
23
language: python
- python:
- - "3.8"
24
25
env:
26
- PATH=$PATH:${HOME}/google-cloud-sdk/bin
27
PYTHONPATH=${PYTHONPATH}:${GAE_PYTHONPATH} CLOUDSDK_CORE_DISABLE_PROMPTS=1
0 commit comments