Repository: metamodel-membrane
Updated Branches:
  refs/heads/metamodel-5.1.0 7e907a929 -> 398e96303


Fixed build

Closes #15


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

Branch: refs/heads/metamodel-5.1.0
Commit: 952f041399c56d10e32b01b1558fe260a352563f
Parents: 7bb21b7
Author: Kasper Sørensen <i.am.kasper.soren...@gmail.com>
Authored: Thu Nov 8 22:36:56 2018 -0800
Committer: Kasper Sørensen <i.am.kasper.soren...@gmail.com>
Committed: Thu Nov 8 22:36:56 2018 -0800

----------------------------------------------------------------------
 .travis.yml           | 7 ++++---
 Dockerfile            | 2 +-
 postman-tests/pom.xml | 3 ++-
 3 files changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel-membrane/blob/952f0413/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 948b691..f38a0b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,11 +8,12 @@ services:
 
 before_install:
 - sudo apt-get -qq update
-- sudo apt-get install npm
-- sudo npm install newman --global;
+- sudo apt-get install -y npm
+- sudo npm config set registry="http://registry.npmjs.org/";
+- sudo npm install newman@3.9.3 --global;
 
 script:
 - mvn clean install -Pfull
 
 notifications:
-  email: false
\ No newline at end of file
+  email: false

http://git-wip-us.apache.org/repos/asf/metamodel-membrane/blob/952f0413/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index a10b5d8..cd366e1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM maven:3.5-jdk-8-alpine
+FROM maven:3-jdk-8
 
 # Set data directory used for the app's persistence
 VOLUME /data

http://git-wip-us.apache.org/repos/asf/metamodel-membrane/blob/952f0413/postman-tests/pom.xml
----------------------------------------------------------------------
diff --git a/postman-tests/pom.xml b/postman-tests/pom.xml
index 2d4c04c..40a91fc 100644
--- a/postman-tests/pom.xml
+++ b/postman-tests/pom.xml
@@ -22,7 +22,7 @@ under the License.
        <parent>
                <groupId>org.apache.metamodel.membrane</groupId>
                <artifactId>Membrane-parent</artifactId>
-               <version>0.1-SNAPSHOT</version>
+               <version>0.2-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <artifactId>Membrane-postman-tests</artifactId>
@@ -111,6 +111,7 @@ under the License.
                                                        <![CDATA[
                                        -c "newman run 
./Membrane.postman_collection.json \
                                        -e 
./environments/${postman.env}.postman_environment.json \
+                                       --disable-unicode \
                                        --reporters junit,cli -x \
                                        --reporter-junit-export 
./target/NewmanTestResults.xml"
                                        ]]>

Reply via email to