diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index f7cdc3f0a6..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,70 +0,0 @@
-os: linux
-if: tag IS blank
-language: java
-dist: trusty
-git:
- lfs_skip_smudge: true
-install:
- - git lfs pull
-addons:
- apt:
- packages:
- - wine
- - xvfb
-before_cache:
- - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- - rm -fr $HOME/.gradle/caches/*/plugin-resolution/
-cache:
- directories:
- - $HOME/.gradle/caches/
- - $HOME/.gradle/wrapper/
- - .git/lfs
-before_install:
- - cd Quelea
- - chmod +x gradlew
- - chmod +x build-install.sh
- - wget http://files.jrsoftware.org/is/5/innosetup-5.6.1.exe
- - wineboot --update
- - Xvfb :0 -screen 0 1024x768x16 &
- - DISPLAY=:0.0 wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES
-jdk:
- - oraclejdk11
-jobs:
- include:
- - stage: build
- script:
- - "./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist"
- - PREVDIR="$(pwd)"
- - cd $(mktemp -d)
- - git clone https://quelea-bot:${QBOT_TOKEN}@github.com/quelea-projection/quelea-projection.github.io.git ./repo
- - cp $PREVDIR/dist/missinglabels.js repo/lang/
- - cd repo
- - ls -l lang/
- - git add lang/missinglabels.js
- - git commit -m "Update missing labels file" || ls -l
- - if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then git push; fi
- - cd $PREVDIR
- - stage: test
- script:
- - "./gradlew clean test"
-
-before_deploy:
- - git config --global user.email "builds@travis-ci.com"
- - git config --global user.name "Travis CI"
- - export GIT_TAG=CI-RELEASE
- - export RELEASE_DESCRIPTION="**CI Build $TRAVIS_BUILD_NUMBER - not to be used in production.**
Quelea is also distributed as a Linux snap package. To install it, make sure snap is installed then run:
sudo snap install --edge quelea
| Windows x64 | $(sha256sum dist/standalone/quelea-CI-UNSTABLE-x64-windows-install.exe | cut -d ' ' -f 1) |
|---|---|
| Crossplatform | $(sha256sum dist/standalone/quelea-CI-UNSTABLE-crossplatform-install.jar | cut -d ' ' -f 1 ) |
| Mac | $(sha256sum dist/standalone/quelea-CI-UNSTABLE-mac.zip | cut -d ' ' -f 1 ) |