Browse Source

Use script file for CI

Signed-off-by: falkTX <falktx@falktx.com>
tags/2020-07-14
falkTX 2 years ago
parent
commit
d42779806f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .travis.yml

+ 1
- 2
.travis.yml View File

@@ -31,8 +31,7 @@ install:
- bash ${TRAVIS_BUILD_DIR}/.travis/install.sh

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

#notifications:
#email: true


Loading…
Cancel
Save