Browse Source

Use base for CI scripts

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
75ca09d65d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .travis.yml

+ 3
- 3
.travis.yml View File

@@ -50,13 +50,13 @@ jobs:
- TARGET="pylint"

before_install:
- sh ${TRAVIS_BUILD_DIR}/.travis/before_install.sh
- bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh

install:
- sh ${TRAVIS_BUILD_DIR}/.travis/install.sh
- bash ${TRAVIS_BUILD_DIR}/.travis/install.sh

script:
- sh ${TRAVIS_BUILD_DIR}/.travis/script-${TARGET}.sh
- bash ${TRAVIS_BUILD_DIR}/.travis/script-${TARGET}.sh

notifications:
email: true


Loading…
Cancel
Save