File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 2
2
sudo : false
3
3
language : node_js
4
4
node_js :
5
- - ' 8 '
5
+ - ' 10 '
6
6
cache :
7
7
yarn : true
8
8
directories :
9
9
- node_modules
10
10
before_install :
11
- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3 .2
11
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9 .2
12
12
- export PATH="$HOME/.yarn/bin:$PATH"
13
13
- export BRANCH="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
14
14
- export TZ="America/Sao_Paulo"
@@ -50,12 +50,4 @@ after_success:
50
50
else
51
51
lerna publish --canary --yes || travis_terminate 1;
52
52
fi
53
- - |
54
- if [[ $BRANCH == *"greenkeeper"* ]]; then
55
- echo "this is a workaround for greenkeeper-lockfile bug #85";
56
- echo "https://github.com/greenkeeperio/greenkeeper-lockfile/issues/85";
57
- git add yarn.lock;
58
- git commit -m "chore(lockfile): [ci skip] greenkeeper lockfile fix";
59
- git push origin "$BRANCH";
60
- fi
61
53
You can’t perform that action at this time.
0 commit comments