ecore_wl2_dnd: fix memory leak of wl_data_source
[platform/upstream/efl.git] / .travis.yml
index e1ec7a3..da9cd21 100644 (file)
@@ -48,36 +48,36 @@ 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=Fedora31 CI_BUILD_TYPE=options-enabled
+      env: DISTRO=Fedora32 CI_BUILD_TYPE=options-enabled
     - os: linux
-      env: DISTRO=Fedora31 CI_BUILD_TYPE=options-disabled
+      env: DISTRO=Fedora32 CI_BUILD_TYPE=options-disabled
     - os: linux
-      env: DISTRO=Fedora31 CI_BUILD_TYPE=wayland
+      env: DISTRO=Fedora32 CI_BUILD_TYPE=wayland
     - os: linux
-      env: DISTRO=Fedora31 CI_BUILD_TYPE=default
+      env: DISTRO=Fedora32 CI_BUILD_TYPE=default
     - os: linux
       if: type = cron
-      env: DISTRO=Fedora31 CI_BUILD_TYPE=release-ready
+      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
     - os: linux
       if: type = cron
-      env: DISTRO=Fedora31 CI_BUILD_TYPE=asan
+      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