We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88048e0 commit 485e1e6Copy full SHA for 485e1e6
.travis.yml
@@ -1,6 +1,9 @@
1
# Part of `travis-lazarus` (https://github.com/nielsAD/travis-lazarus)
2
# License: MIT
3
4
+# Suppress the warning with the online Travis WebLint
5
+language: generic
6
+
7
sudo: required
8
#dist: trusty
9
#trusty does not work in this configuration
@@ -47,3 +50,5 @@ deploy:
47
50
tags: true
48
51
repo: GerryFerdinandus/bittorrent-tracker-editor
49
52
53
+git:
54
+ depth: 1
0 commit comments