ecore_wl2_dnd: fix memory leak of wl_data_source
[platform/upstream/efl.git] / .travis.yml
index 7259a88..da9cd21 100644 (file)
@@ -48,7 +48,7 @@ jobs:
   include:
     - os: osx
     - os: linux
-      env: DISTRO=Fedora31-mingw CI_BUILD_TYPE=mingw
+      env: DISTRO=Fedora32-mingw CI_BUILD_TYPE=mingw
     - os: linux
       env: DISTRO=Fedora32 CI_BUILD_TYPE=options-enabled
     - os: linux
@@ -62,13 +62,13 @@ jobs:
       env: DISTRO=Fedora32 CI_BUILD_TYPE=release-ready
     - os: linux
       if: type = cron
-      env: DISTRO=Ubuntu1804
+      env: DISTRO=Ubuntu2004
     - os: linux
       if: type = cron
       env: DISTRO=Ubuntu1910
     - os: linux
       if: type = cron
-      env: DISTRO=Debian96
+      env: DISTRO=Debian103
     - os: linux
       if: type = cron
       env: DISTRO=Fedora31 CI_BUILD_TYPE=coverity
@@ -77,7 +77,7 @@ jobs:
       env: DISTRO=Fedora32 CI_BUILD_TYPE=asan
     - os: linux
       if: type = cron
-      env: DISTRO=Fedora31-exactness CI_BUILD_TYPE=exactness
+      env: DISTRO=Fedora32-exactness CI_BUILD_TYPE=exactness
     - os: linux
       if: type = cron
       env: CI_BUILD_TYPE=codecov
@@ -98,6 +98,10 @@ services:
   - docker
 
 before_install:
+  - export -f travis_nanoseconds
+  - export -f travis_fold
+  - export -f travis_time_start
+  - export -f travis_time_finish
   - |
       if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
         rm -rf $HOME/Library/Caches/Homebrew