You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2019/06/18 15:26:59 UTC

[incubator-milagro-crypto-js] branch update-code updated: update travis

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

kmccusker pushed a commit to branch update-code
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-js.git


The following commit(s) were added to refs/heads/update-code by this push:
     new 596c20c  update travis
596c20c is described below

commit 596c20c276d78732a05168899c7dddbedd845105
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Tue Jun 18 16:26:44 2019 +0100

    update travis
---
 .travis.yml | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index efc0a60..152fd6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,22 +1,16 @@
 language: node_js
 
 node_js:
-  - "node"
+  - "8"
 
-sudo: required
-dist: bionic
+before_install:
+  - npm update
 
-group: edge
-
-branches:
-  except:
-    - release
-
-before_script:
+install:
   - npm install
 
 script:
   - npm run coverage
 
 after_success:
-  - npm run report
\ No newline at end of file
+  - npm run report