Skip to content

Commit

Permalink
Update Travis CI configuration to use latest Praat in Mac testing
Browse files Browse the repository at this point in the history
  • Loading branch information
terriyu committed Dec 13, 2018
1 parent 050f084 commit 0b1c74b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
;;
esac
# Install Praat
curl http://www.fon.hum.uva.nl/praat/praat6040_mac64.dmg -o praat6040_mac64.dmg
hdiutil attach praat6040_mac64.dmg
cp -R /Volumes/Praat64_6040/Praat.app /Applications
curl http://www.fon.hum.uva.nl/praat/praat6043_mac64.dmg -o praat6043_mac64.dmg
hdiutil attach praat6043_mac64.dmg
cp -R /Volumes/Praat64_6043/Praat.app /Applications
# Download and build REAPER
git clone https://github.com/google/REAPER.git /tmp/REAPER
mkdir /tmp/REAPER/build
Expand Down

0 comments on commit 0b1c74b

Please sign in to comment.