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.