Repository: metamodel-membrane
Updated Branches:
  refs/heads/patch-1 [created] a8215c236


Fix newman version @ 3.9.4

This is because newer versions of Newman (4.x) have a couple of changes to the 
test results XML which makes our current integration test "grep" check fail. 
Eventually we should get something better in place to check newman test results 
I think.

Project: http://git-wip-us.apache.org/repos/asf/metamodel-membrane/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/metamodel-membrane/commit/a3de89a7
Tree: http://git-wip-us.apache.org/repos/asf/metamodel-membrane/tree/a3de89a7
Diff: http://git-wip-us.apache.org/repos/asf/metamodel-membrane/diff/a3de89a7

Branch: refs/heads/patch-1
Commit: a3de89a7f0ffe82ed81989b228e257951c1b4ac8
Parents: 7bb21b7
Author: Kasper Sørensen <[email protected]>
Authored: Wed Nov 7 22:00:23 2018 -0800
Committer: GitHub <[email protected]>
Committed: Wed Nov 7 22:00:23 2018 -0800

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel-membrane/blob/a3de89a7/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 948b691..f6d7a88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,10 +9,10 @@ services:
 before_install:
 - sudo apt-get -qq update
 - sudo apt-get install npm
-- sudo npm install newman --global;
+- sudo npm install [email protected] --global;
 
 script:
 - mvn clean install -Pfull
 
 notifications:
-  email: false
\ No newline at end of file
+  email: false

Reply via email to