diff --git a/.build-trigger.txt b/.build-trigger.txt deleted file mode 100644 index a59988f..0000000 --- a/.build-trigger.txt +++ /dev/null @@ -1,8 +0,0 @@ -2018-09-17-08:07:57 -2019-10-22-08:26:58 -2019-11-16-11:45:05 -2019-11-28-09:15:10 -2019-12-03-09:16:34 -2020-09-03-09:51:36 -2020-12-04-09:35:58 -2021-02-26-08:47:58 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c2a85a5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,34 +0,0 @@ -language: bash -dist: xenial - -env: - global: - - LC_ALL: C.UTF-8 - - LANG: C.UTF-8 - - SNAPCRAFT_ENABLE_SILENT_REPORT: y - - SNAPCRAFT_ENABLE_DEVELOPER_DEBUG: y - -addons: - snaps: - - name: snapcraft - channel: stable - classic: true - - name: http - - name: transfer - - name: lxd - channel: stable - -script: - - sudo apt update - - sudo /snap/bin/lxd.migrate -yes - - sudo /snap/bin/lxd waitready - - sudo /snap/bin/lxd init --auto - - mkdir -p "$TRAVIS_BUILD_DIR/snaps-cache" - - sudo snapcraft --use-lxd -after_success: - - cp *.snap "$(echo "$TRAVIS_REPO_SLUG" | sed -e 's|.*/\(.*\)|\1|')-pr$TRAVIS_PULL_REQUEST.snap" - - timeout 180 /snap/bin/transfer "$(echo "$TRAVIS_REPO_SLUG" | sed -e 's|.*/\(.*\)|\1|')-pr$TRAVIS_PULL_REQUEST.snap" -after_failure: - - sudo journalctl -u snapd - - http https://api.snapcraft.io/v2/snaps/info/core architecture==amd64 Snap-Device-Series:16 -