diff --git a/circle.yml b/circle.yml index 4bee6322d..457847a51 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: environment: - YARN_VERSION: 0.27.5 + YARN_VERSION: 1.3.2 PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" node: version: 8 @@ -38,4 +38,5 @@ general: branches: ignore: - gh-pages # list of branches to ignore + - l10n_website - /release\/.*/ # or ignore regexes