Skip to content

Commit

Permalink
fix output filename
Browse files Browse the repository at this point in the history
  • Loading branch information
llazzaro committed Oct 27, 2015
1 parent 48bbbde commit 32b14de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- 3.5
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
Expand Down

0 comments on commit 32b14de

Please sign in to comment.