Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix yaml parsing.
  • Loading branch information
zwn committed Mar 1, 2014
1 parent cde5468 commit 6319794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ install: make env node_modules
before_script:
- echo "DATABASE_URL=dbname=gittip" | tee -a tests/local.env local.env
- psql -U postgres -c 'CREATE DATABASE "gittip";'
- [ "`git rev-parse --abbrev-ref HEAD`" = "master" ] && rm -rf tests/fixtures
- if [ "`git rev-parse --abbrev-ref HEAD`" = "master" ]; then rm -rf tests/fixtures; fi
script: make test
notifications:
email: false
Expand Down

0 comments on commit 6319794

Please sign in to comment.