Skip to content

Commit 4fdb15b

Browse files
committed
Check praat location
1 parent 6d6099a commit 4fdb15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ before_install:
2222
- sudo mkdir -p /downloads
2323
- sudo chmod a+rw /downloads
2424
- if [ ! -f /downloads/praat.tar.gz ]; then curl -L -o /downloads/praat.tar.gz http://www.fon.hum.uva.nl/praat/praat5408_linux64.tar.gz; fi
25-
- tar -zxvf /downloads/praat.tar.gz --keep-newer-files
2625
- pushd /downloads
26+
- tar -zxvf praat.tar.gz --keep-newer-files
2727
- pwd
2828
- ls
2929
- popd

0 commit comments

Comments
 (0)