Changeset - 13c0ab8eb343
[Not reviewed]
Bradley M. Kuhn - 11 years ago 2014-07-03 01:06:01
bkuhn@sfconservancy.org
Update address for Travis
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -13,30 +13,30 @@ services:
 
  - mysql
 
  - postgresql
 

	
 
# command to install dependencies
 
before_script:
 
  - mysql -e 'create database kallithea_test;'
 
  - psql -c 'create database kallithea_test;' -U postgres
 
  - git --version
 

	
 
before_install:
 
  - sudo apt-get remove git
 
  - sudo add-apt-repository ppa:pdoes/ppa -y
 
  - sudo apt-get update -y
 
  - sudo apt-get install git -y
 

	
 
install:
 
  - pip install mysql-python psycopg2 mock unittest2
 
  - pip install . --use-mirrors
 

	
 
# command to run tests
 
script: nosetests
 

	
 
notifications:
 
    email:
 
        - marcinkuz@gmail.com
 
        - ci@kallithea-scm.org
 
    irc: "irc.freenode.org#kallithea"
 

	
 
branches:
 
  only:
 
    - master
0 comments (0 inline, 0 general)