Skip to content

Commit

Permalink
travis: get-anaconda.sh does not take args anymore
Browse files Browse the repository at this point in the history
fallen committed May 12, 2015
1 parent fe6eef7 commit c1088f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c1088f4

Please sign in to comment.