🏡 index : github.com/captn3m0/muse-dl.git

author Nemo <me@captnemo.in> 2020-05-14 3:40:42.0 +05:30:00
committer Nemo <me@captnemo.in> 2020-05-14 3:40:42.0 +05:30:00
commit
a23bd52ffa8307bb33420b744e16d9317a920283 [patch]
tree
7a385227b8b9d2c6ecfe33a55fbefab4120f7945
parent
3de4053037f4f3d65c3a05b584120f47b0b81ac9
download
a23bd52ffa8307bb33420b744e16d9317a920283.tar.gz

Fix Crystal and DL3008 issues



Diff

 .travis.yml | 4 +++-
 Dockerfile  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6941f68..976773a 100644
--- a/.travis.yml
+++ a/.travis.yml
@@ -12,9 +12,9 @@
script:
  - crystal spec
  - crystal tool format --check
  - git ls-files --exclude='Dockerfile*' --ignored | xargs --max-lines=1 ${HADOLINT}
  - git ls-files --exclude='Dockerfile*' --ignored | xargs --max-lines=1 ${HADOLINT} --ignore DL3008

addons:
  apt:
    packages:
      - pdftk
      - pdftk
diff --git a/Dockerfile b/Dockerfile
index d333feb..411927e 100644
--- a/Dockerfile
+++ a/Dockerfile
@@ -29,7 +29,7 @@
	apt-key add /tmp/crystal.gpg && \
	echo "deb https://dist.crystal-lang.org/apt crystal main" > /etc/apt/sources.list.d/crystal.list && \
	apt-get update && \
	apt-get install --no-install-recommends --yes crystal=0.33.0-1 && \
	apt-get install --no-install-recommends --yes crystal=0.34.0-1 && \
	# Cleanup
	apt-get clean && \
	rm -rf /var/lib/apt/lists/*