mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Add travis install section back
This commit is contained in:
parent
15be5ced9a
commit
737d7c9d22
@ -2,5 +2,7 @@ sudo: false
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
install:
|
||||||
|
- script/bootstrap_server
|
||||||
script:
|
script:
|
||||||
- script/cibuild
|
- script/cibuild
|
||||||
|
@ -3,6 +3,5 @@
|
|||||||
# script/cibuild: Setup environment for CI to run tests. This is primarily
|
# script/cibuild: Setup environment for CI to run tests. This is primarily
|
||||||
# designed to run on the continuous integration server.
|
# designed to run on the continuous integration server.
|
||||||
|
|
||||||
script/bootstrap_server
|
|
||||||
script/test coverage
|
script/test coverage
|
||||||
coveralls
|
coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user