-
Notifications
You must be signed in to change notification settings - Fork 21
/
.travis.yml
23 lines (20 loc) · 936 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: sh
before_script:
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ trusty-backports restricted main universe"
- sudo apt-get update -qq
- sudo apt-get install -qq shellcheck
script:
- shellcheck --shell=sh thunar-convert-to-jpg.sh
- shellcheck --shell=sh thunar-convert-to-png.sh
- shellcheck --shell=sh thunar-gpg-decrypt.sh
- shellcheck --shell=sh thunar-gpg-encrypt.sh
- shellcheck --shell=sh thunar-gpg-info.sh
- shellcheck --shell=sh thunar-gpg-sign.sh
- shellcheck --shell=sh thunar-gpg-verify-signature.sh
- shellcheck --shell=sh thunar-media-info.sh
- shellcheck --shell=sh thunar-video-to-gif.sh
- shellcheck --shell=sh thunar-paste-to-gist.sh
- shellcheck --shell=sh thunar-paste-to-pastebin.sh
- shellcheck --shell=bash thunar-upload-to-imgur.sh
- shellcheck --shell=bash thunar-upload-to-postimage.sh
- shellcheck --shell=bash thunar-openssl-encrypt-decrypt.sh