Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(.travis.yml): use change branch of modflow6-examples #242

Merged
merged 9 commits into from
Nov 5, 2019
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ script:
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, PR=$PR, BRANCH=$BRANCH"
- pwd
- git clone https://github.com/MODFLOW-USGS/modflow6-examples.git ../modflow6-examples
- cd ../modflow6-examples
- if git show-ref -q --heads $BRANCH; then
git checkout $BRANCH; echo switched to modflow6-examples branch $BRANCH;
else echo using modflow6-examples branch master; fi
- git branch
- cd ../modflow6
- ls ../
- which python
- python --version
Expand Down