This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git
The following commit(s) were added to refs/heads/master by this push:
new 4aa0ffd TAMAYA-277: Try to copy from example project
4aa0ffd is described below
commit 4aa0ffda637c14cb704e0cdb08d15cca178f8043
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Apr 23 19:27:24 2019 +0200
TAMAYA-277: Try to copy from example project
https://github.com/SonarSource/sq-com_example_standard-sqscanner-travis/blob/master/.travis.yml
---
.travis.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 82b804f..1eddfb0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,14 @@
language: java
dist: trusty
+sudo: required
addons:
sonarcloud:
organization: "apache"
+script:
+ - sonar-scanner
+
jobs:
include:
- name: "Java 8"