diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-06-18 10:20:32 -0400 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2019-06-19 13:26:06 +0200 |
commit | 90f5d5e1f16513378fe5a39ef49ac793fb3fb254 (patch) | |
tree | 105aad299b11e335bb1ab286e2e342200b746f46 /.travis.yml | |
parent | 47ada4f72c407ddf66a060e783030ff821233225 (diff) | |
download | efl-90f5d5e1f16513378fe5a39ef49ac793fb3fb254.tar.gz |
ci: remove autotools-related conditionals
these are no longer used by anything
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D9108
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9c51162333..7e5e914d2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,6 @@ script: - .ci/ci-configure.sh "$CI_BUILD_TYPE" - .ci/ci-setup-ccache.sh "$CI_BUILD_TYPE" - .ci/ci-make.sh "$CI_BUILD_TYPE" - - .ci/ci-make-checkbuild.sh "$CI_BUILD_TYPE" #- .ci/ci-make-examples.sh "$CI_BUILD_TYPE" - | if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CI_BUILD_TYPE" == "" ]]; then |