This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# REQUIRES CHANGES TO LINES 37 AND 42 TO WORK FOR YOUR PROJECT | |
# Use Dockerized infrastructure | |
sudo: false | |
# Use node_js environnement | |
language: node_js | |
node_js: | |
- "6.9.1" | |
# Cache Gcloud SDK between commands |