diff --git a/.travis.yml b/.travis.yml index 640b8fc..4f8e562 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/build.sh b/build.sh index 4bd5048..e09baeb 100755 --- a/build.sh +++ b/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)")