You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/04/17 11:15:04 UTC

svn commit: r1468806 - in /syncope/branches/1_0_X: ./ .travis.yml

Author: ilgrosso
Date: Wed Apr 17 09:15:03 2013
New Revision: 1468806

URL: http://svn.apache.org/r1468806
Log:
Tweaking Travis conf to get more meaningful output and build trunk as well

Modified:
    syncope/branches/1_0_X/   (props changed)
    syncope/branches/1_0_X/.travis.yml

Propchange: syncope/branches/1_0_X/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Apr 17 09:15:03 2013
@@ -2,3 +2,4 @@ target
 .subversion
 .pom.xml.swp
 .NOTICE.swp
+.travis.yml.swp

Modified: syncope/branches/1_0_X/.travis.yml
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/.travis.yml?rev=1468806&r1=1468805&r2=1468806&view=diff
==============================================================================
--- syncope/branches/1_0_X/.travis.yml (original)
+++ syncope/branches/1_0_X/.travis.yml Wed Apr 17 09:15:03 2013
@@ -13,12 +13,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-script: mvn -Pall clean verify
 language: java
 jdk:
   - openjdk6
+# default install is mvn install --quiet -DskipTests=true
+install: mvn --show-version --errors -P skipTests
+#invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
+script: mvn --show-version --errors -P all clean install -Dinvoker.streamLogs=true
 branches:
-  except:
+  only:
     - trunk
     - 1_1_X
     - 1_0_X