diff options
| author | Moritz Meißelbach <arbelzapf@gmail.com> | 2020-01-28 21:10:50 +0100 |
|---|---|---|
| committer | Moritz Meißelbach <arbelzapf@gmail.com> | 2020-01-28 21:10:50 +0100 |
| commit | d4686fa16cea1b83e191ce852982ecc4b7782951 (patch) | |
| tree | fb060459ac5bcccfacffed156b0d6ccc03d67555 | |
| parent | 95c76c06a8913a468a3608044c377ffdba2c9120 (diff) | |
| download | sway-launcher-desktop-d4686fa16cea1b83e191ce852982ecc4b7782951.tar.gz sway-launcher-desktop-d4686fa16cea1b83e191ce852982ecc4b7782951.zip | |
remove travis.yml
| -rw-r--r-- | .travis.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f379d37..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: shell -env: - global: - - export PATH="/usr/local/bin:$PATH" -before_install: - - | - if [ "$TRAVIS_OS_NAME" = "linux" ]; then - branch=master - batstmp="$(mktemp -d bats-core-"${branch}".XXXXX)" - pushd "${batstmp}" &> /dev/null || return 11 - curl -sSLO https://github.com/bats-core/bats-core/archive/"${branch}".zip - unzip -qo "${branch}".zip - sudo bash "${batstmp}"/bats-core-"${branch}"/install.sh /usr/local - popd &> /dev/null || return 12 - fi -script: - - bash -c 'shopt -s globstar nullglob; shellcheck ./sway-launcher-desktop.sh' - - cd tests && bats *.bats -notifications: - email: false
\ No newline at end of file |
