fix invisible character in test script

This commit is contained in:
Faruk D 2018-03-01 18:07:59 +01:00
parent cb352fad9a
commit 8ff8379a46
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
echo "Building SageCal" && \ echo "Building SageCal" && \
echo "Branch --> $BRANCH" && \ echo "Branch --> $BRANCH" && \
cd /travis/workdir && \ cd /travis/workdir && \
mkdir build && cd build && \ mkdir build && cd build && \