From 45828e55975d6af5122d251b9edae76961e77c42 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 17 Jun 2019 01:55:02 -0700 Subject: [PATCH] added escape characters for travis build # --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa52396..c2a3705 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,10 @@ before_script: - git checkout master - black hyperglass - git add hyperglass/ *.py -- git commit --message "Black Formatting - travis #$TRAVIS_BUILD_NUMBER" +- git commit --message "Black Formatting - travis \#$TRAVIS_BUILD_NUMBER" - python3 ./manage.py pylint-badge --integer-only True - git add pylint.svg -- git commit --message "Pylint Badge - travis #$TRAVIS_BUILD_NUMBER" +- git commit --message "Pylint Badge - travis \#$TRAVIS_BUILD_NUMBER" - python3 ./tests/ci_prepare.py script: - nohup python3 ./tests/ci_dev_server.py &