Skip to content

Commit

Permalink
Use master branch of Intermine when testing in Travis-CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkh committed Sep 21, 2015
1 parent fb0a369 commit 8d69594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/travis/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
fi

# Pull in the server code.
git clone --single-branch --branch 'jwt-task' --depth 1 https://github.com/intermine/intermine.git server
git clone --single-branch --branch 'master' --depth 1 https://github.com/intermine/intermine.git server

# We need a running demo webapp
source server/config/download_and_configure_tomcat.sh
Expand Down

0 comments on commit 8d69594

Please sign in to comment.