Skip to content

Commit fc2f242

Browse files
authored
Merge pull request #214 from ptorrestr/213-travis-fails-when-compiling-serd
compile serd from its tar instead of its git repo
2 parents 2b7e147 + 5c3340b commit fc2f242

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ matrix:
3333
before_install:
3434
- pushd $HOME
3535
# 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
36+
- curl -s http://download.drobilla.net/serd-0.28.0.tar.bz2 | tar -xj
3837
- pushd serd* && ./waf configure --prefix=$LOCAL && ./waf && ./waf install && popd
3938
# Set up build environment
4039
- $HDT_CPP --version

0 commit comments

Comments
 (0)