UNPKG

rancher-gaucho

Version:

A JS version of etlweather/gaucho Rancher 1.x commandline scripts

23 lines (16 loc) 233 B
sudo: false language: node_js node_js: - "10" #branches: # only: # - master # - /pr\// # - /^\d+\.\d+\.\d+$/ services: - docker install: - npm ci # - docker build . --tag=gauchojs script: - test/run-tests.sh