Skip to content

Commit

Permalink
trying to enable branch building
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Feb 14, 2018
1 parent 0957e33 commit 9b71032
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 9b71032

Please sign in to comment.