projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851067b
)
travis: add dummy script
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Mon, 2 Nov 2015 03:52:42 +0000
(11:52 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Mon, 2 Nov 2015 03:52:42 +0000
(11:52 +0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 1b3d9ab16c55b4f498283f43fa831a1107401301..4b094bc04640925140341a006fe13c2e3ed06b0e 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-19,6
+19,8
@@
install:
- "conda index /home/travis/miniconda/conda-bld/linux-64"
- "conda build --python 3.5 conda/misoc"
- "conda install $(conda build --output --python 3.5 conda/misoc)"
+script:
+ - true
after_success:
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then anaconda login --hostname $(hostname) --username $binstar_login --password $binstar_password; fi