Эх сурвалжийг харах

[Feature] Travis CI : add deb dependencies repos roll back

monf 8 жил өмнө
parent
commit
f5885dab31
2 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 3 1
      .travis.yml
  2. 2 0
      README.md

+ 3 - 1
.travis.yml

@@ -3,7 +3,9 @@ python:
   - "2.7"
 # command to install dependencies
 before_install:
-- sudo add-apt-repository $(cat install/files/travis_repo_trusty_requirements.txt)
+- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse"
+- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse"
+- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse"
 - sudo apt-get update
 - sudo apt-get install $(cat install/files/deb-packages_requirements.txt)
 install: "pip install -r install/files/python_requirements.txt"

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 # Kalliope
 
+[![Build Status](https://travis-ci.org/kalliope-project/kalliope.svg?branch=tests_monf)](https://travis-ci.org/kalliope-project/kalliope)
+
 ![logo](images/Kalliope_logo_large.png)
 
 Kalliope is a modular always-on voice controlled personal assistant designed for home automation.