Changes for travis.

--HG--
branch : develop
merge-requests/1/merge
Roman Telezhynskyi 2019-02-16 13:42:31 +02:00
parent 230eb0fa54
commit 00313493de
3 changed files with 3 additions and 4 deletions

View File

@ -50,7 +50,6 @@ before_install:
brew install qt5;
else
unset SSL_CERT_FILE;
brew upgrade > /dev/null;
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/064395d87d3bb352f8c4568d3e8f7b80b627f36a/qt5.rb;
fi
chmod -R 755 /usr/local/opt/qt5/*
@ -119,6 +118,6 @@ deploy:
all_branches: true
condition: $DEPLOY = true
addons:
sonarqube:
sonarcloud:
token:
secure: "re+Ddh0uhun8Sj4ibGR4D9wTQlIMyl3UaXvoWtn4TTkuKQpiOPjbqDbNRuPLkwjFk+5GqVKeCMkBBPx7o3aJ6dYaurJpNpVKLG3e3cMWmCEqP3O38JRVa8EZQ1R0hIz6eJS2BNAwF8aOR5zHmQQ2lPrKQzawMsry4TK22jpxNs8g4WEOrxEVVH/oJh8q/cB/k3nKUvy47EHVQ/jLj6Sq5821Ktm3KjAGsw/wuYWy7GTG1tKL4/N7C0IeUsRu3022kN8w1LJf7WXXLGDON3k+Ui6G4nqwbFH+Jftx3oMqY4hauz4PXUx6Nx3zCvv6BqC83qm8p5yovuHy1IOqPbKiaDPDp9VmbQxtLVe1me6Z0smNPoqmxwtUvub+cKAymZ5SVfhpZT1PcIB0xuHPi/FOWvKoqXhiyBoQxF8cGerSfCruWJKChQgY0ysTbIRqT4MM7seYib7AW68QCle61/q6vPjEm5tdCzvmJvZURtb+Q4qVLzuOEL/QqTN1lNO2b4HBMPOGj0MGG4dMYZ8XTEITFnETeF7O2wZ+HvvLi/TExI+Wfhm28mofXBAHwvdSXqNTSynPfC1H26xHf09ApumjixbZBcZUaaDc6K2ne3i/DU/ZgoovOIyduxmF/HFp836yKIvcJr+18j42rcUyTq2qSOQHdsttM4fy7ZnK8b7sQc8="

View File

@ -2,7 +2,7 @@
sonar.projectKey=dismine:valentina
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=Valentina
sonar.projectVersion=0.6a
sonar.projectVersion=0.7a
sonar.projectDescription=
Valentina is a cross-platform patternmaking program which allows designers
to create and model patterns of clothing. This software allows pattern

View File

@ -42,7 +42,7 @@
#include <QTimer>
#include <QLineEdit>
#include <QRegularExpression>
#include <QtGlobal>
#include <qnumeric.h>
const QColor errorColor = Qt::red;