Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGrayson committed May 18, 2018
1 parent 77c12c2 commit 3579dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -64,7 +64,7 @@ script:
fi &&
. /root/.opam/opam-init/init.sh &&
git submodule update --init sub/coq &&
if [ $COQ_BRANCH != "" ]
if [ '$COQ_BRANCH' != '' ]
then ( cd sub/coq &&
git checkout $COQ_BRANCH )
fi &&
Expand Down

0 comments on commit 3579dd5

Please sign in to comment.