You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2014/07/20 20:33:07 UTC

git commit: METAMODEL-71: Updating .travis.yml to see if it triggers a build

Repository: incubator-metamodel
Updated Branches:
  refs/heads/master 3dd0e6d7d -> c6204ade8


METAMODEL-71: Updating .travis.yml to see if it triggers a build

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

Branch: refs/heads/master
Commit: c6204ade8c3669087924c63ef6fa768e2b0462d6
Parents: 3dd0e6d
Author: Kasper Sørensen <i....@gmail.com>
Authored: Sun Jul 20 20:32:04 2014 +0200
Committer: Kasper Sørensen <i....@gmail.com>
Committed: Sun Jul 20 20:32:04 2014 +0200

----------------------------------------------------------------------
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/c6204ade/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 374424e..d41d49f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,7 @@ jdk:
   - openjdk7
 
 after_success:
-  - mvn test
\ No newline at end of file
+  - mvn test
+ 
+notifications:
+  email: false
\ No newline at end of file