We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9ae99 commit d7410a7Copy full SHA for d7410a7
.travis.yml
@@ -1,18 +1,29 @@
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
+ node_js: 16.17.1
19
+ language: python
20
+ env: NODE_GYP_FORCE_PYTHON=python3
21
script:
22
- make test
- - stage: deploy
23
+ - name: deploy
24
language: python
- python:
- - "3.8"
25
26
27
env:
28
- PATH=$PATH:${HOME}/google-cloud-sdk/bin
29
PYTHONPATH=${PYTHONPATH}:${GAE_PYTHONPATH} CLOUDSDK_CORE_DISABLE_PROMPTS=1
0 commit comments