Skip to content

Commit d03aff3

Browse files
committed
Fixed #9 -- Travis-CI.org integration working.
1 parent d7c60dc commit d03aff3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ install:
2121
- "pip install -r requirements.txt --use-mirrors"
2222

2323
before_script:
24-
- "psql -c 'create database deis_testing;' -U postgres"
2524
- |
2625
cat > deis/local_settings.py <<EOF
2726
DATABASES = {

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ deis
33

44
Deis is an open source application platform for private and public clouds.
55
Your PaaS. Your Rules.
6+
7+
Current status:
8+
[![Build Status](https://travis-ci.org/opdemand/deis.png)](https://travis-ci.org/opdemand/deis)

0 commit comments

Comments
 (0)