Skip to content

Commit

Permalink
#141 Fix symlink created by LilyPond installer
Browse files Browse the repository at this point in the history
  • Loading branch information
thSoft committed Feb 24, 2018
1 parent 908d08d commit 820366f
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: java
before_install:
- wget http://download.linuxaudio.org/lilypond/binaries/linux-64/lilypond-2.18.2-1.linux-64.sh
- sh lilypond-2.18.2-1.linux-64.sh --batch
- ln -sfn /home/thsoft/lilypond/usr/bin/lilypond /home/thsoft/bin/lilypond
- ln -sfn /home/travis/lilypond/usr/bin/lilypond /home/travis/bin/lilypond
script: ./build.sh
cache:
directories:
Expand Down

0 comments on commit 820366f

Please sign in to comment.