This is an automated email from the ASF dual-hosted git repository. duhengforever pushed a commit to branch new-official-website in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this push: new fba6d0c8 Fix Travis CI (#238) fba6d0c8 is described below commit fba6d0c864eda7f2b3d4c8410eba9abf1a55ae9e Author: Jack Tsai <tsunghanjackt...@outlook.com> AuthorDate: Thu Sep 15 11:36:52 2022 +0800 Fix Travis CI (#238) Co-authored-by: tsaitsung-han.tht <tsaitsung-han....@alibaba-inc.com> --- .travis.yml | 8 +++++--- package.json | 1 - 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2acefd52..44ad51a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ -dist: xenial -language: nodejs -node_js: 14 +dist: bionic +os: linux +language: node_js +node_js: + - 16.14.0 script: - npm install --legacy-peer-deps && npm run build \ No newline at end of file diff --git a/package.json b/package.json index 1a559970..d056278c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "react-animation-on-scroll": "^5.1.0", "react-dom": "^17.0.1", "react-lottie-player": "^1.4.3", - "react-scroll-motion": "^0.3.0", "tailwindcss": "^3.1.3", "url-loader": "^4.1.1" },