Skip to content

Commit

Permalink
Merge pull request #3 from filips123/improvements
Browse files Browse the repository at this point in the history
Support for auto-updating with Travis CI & Other improvements
  • Loading branch information
pfefferle authored Jul 26, 2019
2 parents e54ef91 + de4360d commit 0604b02
Show file tree
Hide file tree
Showing 63 changed files with 12,881 additions and 3,651 deletions.
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
dist: xenial
language: python

python:
- 3.7

addons:
apt:
update: true
packages:
- webhttrack
- httrack

cache: pip

install:
- pip3 install requests BeautifulSoup4 html5lib

script:
- echo Skipping

before_deploy:
- python3 deploy.py
- export TRAVIS_TAG=$(git describe --tags --abbrev=0)

deploy:
provider: releases
api_key: $GH_TOKEN
file: "Slim_Framework.tgz"
skip_cleanup: true
on:
condition: $TRAVIS_EVENT_TYPE = cron
4 changes: 2 additions & 2 deletions SlimFramework.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Old file, please use Slim_Framework.xml instead! -->
<entry>
<version>3.5.0</version>
<url>https://github.com/pfefferle/dash-slimframework/releases/download/v3.5.0/Slim_Framework.tgz</url>
<version>3.12.1</version>
<url>https://github.com/pfefferle/dash-slimframework/releases/download/v3.12.1/Slim_Framework.tgz</url>
</entry>

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Empty file.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0604b02

Please sign in to comment.