We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec01e9f commit 5c3340bCopy full SHA for 5c3340b
1 file changed
.travis.yml
@@ -33,8 +33,7 @@ matrix:
33
before_install:
34
- pushd $HOME
35
# Download and install Serd
36
- # - curl -s http://download.drobilla.net/serd-0.24.0.tar.bz2 | tar -xj
37
- - git clone https://github.com/drobilla/serd.git
+ - curl -s http://download.drobilla.net/serd-0.28.0.tar.bz2 | tar -xj
38
- pushd serd* && ./waf configure --prefix=$LOCAL && ./waf && ./waf install && popd
39
# Set up build environment
40
- $HDT_CPP --version
0 commit comments