Skip to content

Commit ee36d87

Browse files
author
Dave Conway-Jones
committed
Update .travis.yml
1 parent 307d06d commit ee36d87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ cache:
2121

2222
script:
2323
- |
24+
npm i -g yarn
2425
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
2526
docker run --rm \
2627
--env-file <(env | grep -vE '\r|\n' | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS_TAG|TRAVIS|TRAVIS_REPO_|TRAVIS_BUILD_|TRAVIS_BRANCH|TRAVIS_PULL_REQUEST_|APPVEYOR_|CSC_|GH_|GITHUB_|BT_|AWS_|STRIP|BUILD_') \
@@ -37,4 +38,4 @@ before_cache:
3738

3839
branches:
3940
except:
40-
- "/^v\\d+\\.\\d+\\.\\d+$/"
41+
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 commit comments

Comments
 (0)