Skip to content

Commit

Permalink
Update 'travis.yml'
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Jan 14, 2019
1 parent 3268bdc commit 9da6ebf
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,39 @@ env:
- CONDA_RECIPE=etc/conda/libstatiskit_stl-dev
- CONDA_RECIPE=etc/conda/libstatiskit_stl
- CONDA_RECIPE=etc/conda/python-statiskit_stl

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

install:
- ./install

before_script:
- source before_script.sh
- ./before_script

script:
- source script.sh
- ./script

after_success:
- source after_success.sh
- ./after_success

after_failure:
- source after_failure.sh
- ./after_failure

before_deploy:
- source before_deploy.sh
- ./before_deploy

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

after_deploy:
- source after_deploy.sh
- ./after_deploy

after_script:
- source after_script.sh
- ./after_script

0 comments on commit 9da6ebf

Please sign in to comment.