mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
travis: add dummy script
This commit is contained in:
parent
851067be51
commit
0cf4665d3a
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ install:
|
||||||
- "conda index /home/travis/miniconda/conda-bld/linux-64"
|
- "conda index /home/travis/miniconda/conda-bld/linux-64"
|
||||||
- "conda build --python 3.5 conda/misoc"
|
- "conda build --python 3.5 conda/misoc"
|
||||||
- "conda install $(conda build --output --python 3.5 conda/misoc)"
|
- "conda install $(conda build --output --python 3.5 conda/misoc)"
|
||||||
|
script:
|
||||||
|
- true
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then anaconda login --hostname $(hostname) --username $binstar_login --password $binstar_password; fi
|
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then anaconda login --hostname $(hostname) --username $binstar_login --password $binstar_password; fi
|
||||||
|
|
Loading…
Reference in a new issue