Repository: syncope
Updated Branches:
  refs/heads/1_2_X a08d4749e -> eedc5e502


Aligning 1_2_X and master Travis CI builds


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

Branch: refs/heads/1_2_X
Commit: eedc5e50249f3ba2656e31bcec03ed075974885a
Parents: a08d474
Author: Francesco Chicchiriccò <[email protected]>
Authored: Fri Dec 11 09:05:15 2015 +0100
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Fri Dec 11 09:05:15 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/eedc5e50/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7e98db5..0b1cb50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,13 +13,18 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+sudo: false
+cache:
+  directories:
+  - $HOME/.m2
 language: java
 jdk:
   - openjdk6
 # default install is mvn install --quiet -DskipTests=true
 install: mvn --show-version --quiet -P skipTests
-#invoker.streamLogs: we cannot access to log files through Travis web ui, so 
display everything in the console
-script: mvn --show-version --quiet clean install -Dinvoker.streamLogs=true
+script:
+  #invoker.streamLogs: we cannot access to log files through Travis web ui, so 
display everything in the console
+  - mvn --show-version --quiet clean install -Dinvoker.streamLogs=true
 notifications:
   email:
     - [email protected]

Reply via email to