]> git.basschouten.com Git - openhab-addons.git/commitdiff
Deactivated Travis on the main branch (#8860)
authorKai Kreuzer <kai@openhab.org>
Sat, 24 Oct 2020 21:22:23 +0000 (23:22 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 21:22:23 +0000 (23:22 +0200)
See https://github.com/openhab/openhab-addons/pull/8848#issuecomment-716052315

Signed-off-by: Kai Kreuzer <kai@openhab.org>
.travis.yml

index 0c09fcac63c86e1a9c38d31ad47fc371317469f0..e578642341e8a5a37ef7ab40b10358a54a8183c2 100644 (file)
@@ -4,6 +4,11 @@ dist: focal
 language: java
 jdk: openjdk11
 
+branches:
+  only:
+  # We run tests on Jenkins for the main branch, so let's have Travis only in place for 2.5.x
+    - 2.5.x
+    
 cache:
   directories:
   - $HOME/.m2