Skip to content

Commit

Permalink
Attempt to make createdb always "succeed" in travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsmith committed Aug 12, 2015
1 parent 711ced5 commit 672c08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,4 +8,4 @@ addons:
postgresql: "9.3"

before_install:
- createdb `whoami`
- createdb `whoami` || true

0 comments on commit 672c08c

Please sign in to comment.