You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2021/03/29 02:19:17 UTC

[incubator-annotator] branch master updated: Set the npm token for CI in the Travis UI

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 23eb7a1  Set the npm token for CI in the Travis UI
23eb7a1 is described below

commit 23eb7a182479e475f4bbd4c4bb99647f1bd12345
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sun Mar 28 19:18:26 2021 -0700

    Set the npm token for CI in the Travis UI
    
    Maybe the last attempt before giving up, try deploying to npm with the
    NPM_API_TOKEN set in the Travis UI instead of the travis.yml file.
---
 .travis.yml | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b1e604a..8135ee6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,6 @@ jobs:
         - git fetch --unshallow
         - git checkout master
       deploy:
-        - provider: npm
-          edge:
-            branch: master
-          access: public
-          api_key:
-            secure: PYG3VVJa5/kunE0uxMTsNLl8Gg/Bjv6/wwKCTFs8EfW29nLJPRtKssl9sSmmwwYvSPSnTOjLV3CIgudJGYekeuzNvJgB+pUhKWCeGmz1N2i6K1XNeS0oJ3KBTCKi7PbyyIMLs33O7jHijJ5vBoPbDKaD9iDv9vNgyslkp07bcYp7dnyzR64RzzOsk6jrkJiohr9Gqbh4MXt1CUS0FDxTcKpXetGve4IMMQfzn8c2N9SavCUANAXVjUnaRGcsbAgYAhl6W2fQu/5+n6I07g0d9IDXD3WHHPxSNOTQ4AwP2kmS3sk9Zmh1HWWbdVIhWTGQMO8xnB5G6S1wWaOuZkU/GuwiVFu2RJ4liQ6cy+R7mD+2YM+kJ1Fy/Y9BFdLkliCSeRLT65wrVNaT0clR3v8itfhK2+jXYZyL+C8MBs3nzVBIID9TXAqDZJLsGNbw09Xf7+cHG0ovEbKWGCZXKk5e1O68 [...]
-          run_script: publish:ci
+        provider: npm
+        edge: true
+        run_script: publish:ci