[-] Remove travis
This commit is contained in:
parent
c3176656ef
commit
c4027dd91e
1 changed files with 0 additions and 16 deletions
16
.travis.yml
16
.travis.yml
|
|
@ -1,16 +0,0 @@
|
||||||
language: bash
|
|
||||||
sudo: required
|
|
||||||
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi
|
|
||||||
|
|
||||||
script:
|
|
||||||
- time ./neofetch --travis -v
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck -e SC2244 -e SC2243 neofetch; fi
|
|
||||||
# Check for lines longer than 100 chars.
|
|
||||||
- if grep '.\{102\}' neofetch; then (exit 1); else (exit 0); fi
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue