Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 617 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 617 Bytes

build status master for master branch

build status latest for latest branch

Use it in your .travis.yml file:

before_install:
  - wget https://raw.githubusercontent.com/trichter/conda4travis/latest/conda4travis.sh -O conda4travis.sh
  - source conda4travis.sh

"Latest" branch will always point to the latest tag. For a full .travis.yml configuration see my other repositories.