paulfantom / travis-helper

Helper scripts meant to be used in travis CI pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travis-helper

Travis CI

Helper scripts meant to be used in travis CI pipelines

Example usage

After tests

sudo: required
services:
  - docker
install:
  - pip install git-semver
script:
  - <<something>>
deploy:
  provider: script
  skip_cleanup: true
  script: git clone https://github.com/paulfantom/travis-helper.git && travis-helper/tagger.sh
  on:
    branch: master
branches:
  only:
    - master

About

Helper scripts meant to be used in travis CI pipelines

License:MIT License


Languages

Language:Shell 100.0%