aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-01-01 16:08:55 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-01-01 16:08:55 +0100
commit38adc017219128b40d982a82c38c8291a62f8b2d (patch)
tree1bca96b20851b1e48bb532461255b7766ce5c20c /.travis.yml
parent8e1bb3cceaaffb1de143c620dce45ebf37fee2ed (diff)
downloadsonar-scanner-cli-38adc017219128b40d982a82c38c8291a62f8b2d.tar.gz
sonar-scanner-cli-38adc017219128b40d982a82c38c8291a62f8b2d.zip
Rename travis.yml to .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7957a82
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: java
+jdk:
+ - oraclejdk8
+ - openjdk7