You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/04/30 02:24:56 UTC

[incubator-zipkin-api] branch travis updated: try newer stuff

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch travis
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-api.git


The following commit(s) were added to refs/heads/travis by this push:
     new aa3edb0  try newer stuff
aa3edb0 is described below

commit aa3edb01a8b7b21591b0bccfecb68dce750fd44b
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Tue Apr 30 10:24:18 2019 +0800

    try newer stuff
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index dfcf40a..497164d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,3 +5,7 @@ cache:
   - $HOME/.npm
 
 language: node_js
+node_js:
+  - "12"
+before_install:
+  - npm install -g npm@latest