Explorar o código

DevKit updates (#3907)

Sonata CI %!s(int64=9) %!d(string=hai) anos
pai
achega
62c313c2a1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis/check_relevant_test.sh

+ 1 - 1
.travis/check_relevant_test.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 set -ev
 
-RELEVANT_FILES=$(git diff --name-only HEAD upstream/${TRAVIS_BRANCH} -- *.{php,yml,xml,twig,js,css,json})
+RELEVANT_FILES=$(git diff --name-only HEAD upstream/${TRAVIS_BRANCH} -- '*.php' '*.yml' '*.xml' '*.twig' '*.js' '*.css' '*.json')
 
 if [[ -z ${RELEVANT_FILES} ]]; then echo -n 'KO'; exit 0; fi;