Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Sep 8, 2018
1 parent 6d92e7c commit 7284f87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
stages:
- linting
- load
- publish

jobs:
Expand Down Expand Up @@ -33,16 +32,6 @@ jobs:
python: "3.6"
script: find . -name \*.py -exec flake8 {} +

# Load component with Home Assistant
- stage: load
name: "Load component/platform in Home Assistant"
install: pip install homeassistant
python: "3.6"
script:
- hass -c . --daemon
- sleep 60
- cat ./home-assistant.log
- if grep -q 'ERROR' ./home-assistant.log; then echo "There was an error starting Home Assistant"; exit 1; fi

# Deploy to Github if all tests pass and change was done on master.
# git commit -m 'message'
Expand Down
10 changes: 0 additions & 10 deletions configuration.yaml

This file was deleted.

0 comments on commit 7284f87

Please sign in to comment.