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 d04d6c0 commit 908d08d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -2,6 +2,9 @@ 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
- sudo apt-get -qq update
- sudo apt-get install -y realpath
- ln -sfn /home/thsoft/lilypond/usr/bin/lilypond /home/thsoft/bin/lilypond
script: ./build.sh
cache:
directories:
- .autoconf
- $HOME/.m2
2 changes: 1 addition & 1 deletion build.sh
@@ -1,2 +1,2 @@
cd org.elysium.parent
mvn integration-test -Dlilypond.path=$(realpath $(which lilypond))
mvn integration-test -Dlilypond.path=$(readlink "$(which lilypond)")

0 comments on commit 908d08d

Please sign in to comment.