From f0bef52a9e79e83bd002ab80f658ef22f09807cb Mon Sep 17 00:00:00 2001 From: Andreas Molzer Date: Tue, 1 Oct 2019 07:44:58 +0200 Subject: [PATCH] Make default features the default build again For osx and windows targets build with the first env combination since they are matrix includes. This ensures that this selects the build script with default features instead of no features. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9812b51ae5..da43f88d10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ env: global: - secure: "WI/r7hbDhenb7zPXht8J0mhcx5aUgY22cCrwYmNksMmgIK9hYfPjZ68XzaQ7+Ity8b12TlHM8lGRN9bIsyAZEiRIkxkZAArY9bXAOExJaAT+yOyxhEs/QdrGB6iRhC6FTxPwgUH82j0nFL1UI7HqBnOy3g3tv23jq1AlD9N3t0k=" matrix: + - DEFAULT_FEATURES='yes' - FEATURES='' - FEATURES='gif_codec' - FEATURES='jpeg' @@ -27,7 +28,6 @@ env: - FEATURES='tiff' - FEATURES='webp' - FEATURES='hdr' - - DEFAULT_FEATURES='yes' matrix: allow_failures: - name: "Clippy"