diff --git a/.travis.yml b/.travis.yml index 6fe7c7e0b3..49caccbd88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -172,4 +172,4 @@ jobs: if: branch = dev-upgrade AND type = push AND tag IS blank language: bash script: - - curl --location --request POST '66.94.98.186:8080/deploy?environment=devnet&service=xdc&version=$TRAVIS_TAG' \ No newline at end of file + - curl --location --request POST "66.94.98.186:8080/deploy?environment=devnet&service=xdc&version=$TRAVIS_TAG" \ No newline at end of file