You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dj...@apache.org on 2016/03/07 19:26:58 UTC

[48/50] incubator-quarks git commit: Try to make the script section fail the build without running subsequent steps if a step fails.

Try to make the script section fail the build without running subsequent
steps if a step fails.

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

Branch: refs/heads/master
Commit: 8de06bcc8ef34ab4c18a635906b5f351dfe64e55
Parents: a7017d4
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Mon Mar 7 08:20:29 2016 -0800
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Mon Mar 7 08:20:29 2016 -0800

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/8de06bcc/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index fc95def..e45701c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
 language: java
 
+matrix:
+   fast_finish: true
+
 before_install:
   - wget http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz
   - tar xzf apache-ant-1.9.4-bin.tar.gz