Skip to content

Commit c1088f4

Browse files
committedMay 12, 2015
travis: get-anaconda.sh does not take args anymore
1 parent fe6eef7 commit c1088f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ before_install:
1010
# Install Miniconda
1111
- wget https://raw.githubusercontent.com/m-labs/artiq/master/.travis/get-anaconda.sh
1212
- chmod +x get-anaconda.sh
13-
- ./get-anaconda.sh binstar numpydoc
13+
- ./get-anaconda.sh
14+
- conda install binstar numpydoc
1415
- source $HOME/miniconda/bin/activate py34
1516
install:
1617
# Install iverilog package.

0 commit comments

Comments
 (0)
Please sign in to comment.