This is an automated email from the ASF dual-hosted git repository.
randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
The following commit(s) were added to refs/heads/master by this push:
new 03f3bfd Remove yarn install script in CI
03f3bfd is described below
commit 03f3bfd6f376529c522914ef698b938fd4a68a3b
Author: Randall Leeds <[email protected]>
AuthorDate: Sat Feb 6 21:15:55 2021 -0800
Remove yarn install script in CI
The version of yarn that is pre-installed on Travis seems to be
up-to-date now.
---
.travis.yml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index e53ee09..5b94e2d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,12 +6,6 @@ node_js:
- "13"
- "14"
-# Travis is pretty behind the curve on their Yarn support...
-#
https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Using-a-specific-yarn-version
-before_install:
- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
- - export PATH="$HOME/.yarn/bin:$PATH"
-
before_deploy:
- git checkout master