Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.
/ travis-helper Public archive

Helper scripts meant to be used in travis CI pipelines

License

Notifications You must be signed in to change notification settings

paulfantom/travis-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages