Skip to content

Commit

Permalink
Fix hardcoded branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 12, 2012
1 parent 04d71cd commit 43fe569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/travis_midgard.sh
Expand Up @@ -9,7 +9,7 @@ sudo apt-get install -y dbus libglib2.0-dev libgda-4.0-4 libgda-4.0-dev libxml2-

# Build Midgard2 core from recent tarball
wget -q https://github.com/midgardproject/midgard-core/tarball/${MIDGARD_EXT_VERSION}
tar -xzf ratatoskr
tar -xzf ${MIDGARD_EXT_VERSION}
sh -c "cd midgardproject-midgard-core-*&&./autogen.sh --prefix=/usr; make; sudo make install"
rm -f ${MIDGARD_EXT_VERSION}

Expand Down

0 comments on commit 43fe569

Please sign in to comment.