Skip to content

Commit 745374b

Browse files
authored
Merge pull request #459 from CraveFood/node10
Version 10 of node.js has been released
2 parents d16448f + b188938 commit 745374b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
sudo: false
33
language: node_js
44
node_js:
5-
- '8'
5+
- '10'
66
cache:
77
yarn: true
88
directories:
99
- node_modules
1010
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
1212
- export PATH="$HOME/.yarn/bin:$PATH"
1313
- export BRANCH="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
1414
- export TZ="America/Sao_Paulo"
@@ -50,12 +50,4 @@ after_success:
5050
else
5151
lerna publish --canary --yes || travis_terminate 1;
5252
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
6153

0 commit comments

Comments
 (0)