From 7284f87feee5e366d666b2674e641cbbda6bf6e5 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sat, 8 Sep 2018 17:08:04 +0200 Subject: [PATCH] update travis --- .travis.yml | 11 ----------- configuration.yaml | 10 ---------- 2 files changed, 21 deletions(-) delete mode 100644 configuration.yaml diff --git a/.travis.yml b/.travis.yml index a7c758f..104cc1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python stages: - linting - - load - publish jobs: @@ -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' diff --git a/configuration.yaml b/configuration.yaml deleted file mode 100644 index 606c183..0000000 --- a/configuration.yaml +++ /dev/null @@ -1,10 +0,0 @@ -## this is used by travis -homeassistant: - name: Home Assistant - latitude: 0 - longitude: 0 - elevation: 0 - unit_system: metric - time_zone: Europe/London - -hassbian_config: \ No newline at end of file