projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe6eef7
)
travis: get-anaconda.sh does not take args anymore
author
Yann Sionneau
<ys@m-labs.hk>
Tue, 12 May 2015 11:58:08 +0000
(13:58 +0200)
committer
Yann Sionneau
<ys@m-labs.hk>
Tue, 12 May 2015 11:58:08 +0000
(13:58 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index d2a81d5265219c3877c09b095f0bb2cc57d44e7f..a8ba776f64224706c2f8ee4c42d92db86948bd77 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-10,7
+10,8
@@
before_install:
# Install Miniconda
- wget https://raw.githubusercontent.com/m-labs/artiq/master/.travis/get-anaconda.sh
- chmod +x get-anaconda.sh
- - ./get-anaconda.sh binstar numpydoc
+ - ./get-anaconda.sh
+ - conda install binstar numpydoc
- source $HOME/miniconda/bin/activate py34
install:
# Install iverilog package.