Skip to content

Commit

Permalink
Merge branch 'master' into multiple_wms
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Feb 14, 2018
2 parents 92529dc + 9b71032 commit 0a7a796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:
docker exec -it wrench git clone https://github.com/wrench-project/wrench;
fi
- if [[ "$BRANCH" != "HEAD" ]]; then
docker exec -w /home/wrench/wrench -it wrench git checkout ${BRANCH}
docker exec -w /home/wrench/wrench -it wrench git checkout ${BRANCH};
fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
docker exec -it wrench mkdir wrench/build;
Expand Down

0 comments on commit 0a7a796

Please sign in to comment.