Giter Club home page Giter Club logo

travis-ci's Introduction

travis-ci: Tools for Using Conda in Travis CI

This repository contains scripts designed to be used in .travis.yml files of GitHub repositories. For more information considering Travis CI refers to its documentation.

Note

It can be convenient to work in a travis.yml file instead of .travis.yml file. To do so, create the symoblic link .travis.yml to the travis.yml file.

ln -s travis.yml .travis.yml

These scripts are designed to be used with the following .travis.yml file:

os:
  - linux
  - osx

sudo: required

services:
  - docker

env:
  # Add here environement variables to control the Travis CI build

install:
  - git clone https://github.com/OpenAlea/travis-ci.git travis-ci --depth=1
  - cd travis-ci
  - source install.sh

before_script:
  - source before_script.sh

script:
  - source script.sh

after_success:
  - source after_success.sh

after_failure:
  - source after_failure.sh

before_deploy:
  - source before_deploy.sh

deploy:
  skip_cleanup: true
  provider: script
  on:
      all_branches: true
  script: bash deploy_script.sh

after_deploy:
  - source after_deploy.sh

after_script:
  - source after_script.sh

Note

The config.sh script is executed from within the install.sh script.

travis-ci's People

Contributors

pfernique avatar fredboudon avatar pradal avatar

Watchers

Nicolas Niclausse avatar James Cloos avatar  avatar Christian Fournier avatar  avatar Christophe Godin avatar  avatar

travis-ci's Issues

Release on tag

@pradal I just saw that specific travis and appveyor build are made for tags. I was wondering if we should change travis-ci to deliver release only with tags on the master branch? It will force us to have clear tags for each released versions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.