diff options
Diffstat (limited to '.travis.yml.broken')
| -rw-r--r-- | .travis.yml.broken | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/.travis.yml.broken b/.travis.yml.broken deleted file mode 100644 index ee45ede..0000000 --- a/.travis.yml.broken +++ /dev/null @@ -1,50 +0,0 @@ - -language: cpp -os: - - linux -# - osx -sudo: require -dist: trusty -#osx_image: xcode10.2 -before_install: - - export STAGE=before_install - - ./scripts/travis.sh -script: - - export STAGE=script - - ./scripts/travis.sh - -after_success: - - export STAGE=after_success - - ./scripts/travis.sh - - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh - - chmod +x send.sh - - ./send.sh success $WEBHOOK_URL -after_failure: - - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh - - chmod +x send.sh - - ./send.sh failure $WEBHOOK_URL - -compiler: - - gcc -dist: xenial - -#addons: -# homebrew: -# taps: -# - kde-mac/kde -# packages: -# - qt5 -# - gstreamer -# - gst-plugins-good -# - gst-plugins-bad -# - gst-plugins-ugly -# - cmake -# - libmusicbrainz -# - taglib -# - kf5-extra-cmake-modules -# update: true - -branches: - except: - - # Do not build tags that we create when we upload to GitHub Releases - - /^(?i:continuous)/ |
