Skip to content

Commit

Permalink
make travis-ci use msautotest's master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Jul 20, 2015
1 parent 020adcc commit f13cd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-msautotest.sh
@@ -1,7 +1,7 @@
#!/bin/bash

msa_commit=`git log -n1 | grep "msautotest=" | sed 's/msautotest=//'`
branch=branch-7-0
branch=master
repo=git://github.com/mapserver/msautotest.git
if [ -n "$msa_commit" ]; then
repo=`echo "$msa_commit" | grep -o '^[^@]*'`
Expand Down

0 comments on commit f13cd88

Please sign in to comment.