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

Commit

Permalink
Merge pull request #1981 from gittip/fix-travis
Browse files Browse the repository at this point in the history
Sync travis setup with current Makefile.
  • Loading branch information
chadwhitacre committed Feb 7, 2014
2 parents 22557e7 + aa52983 commit 2244588
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ before_install:
- node --version
install: make env node_modules
before_script:
- make local.env tests/env
- echo "YES_PLEASE_DELETE_ALL_MY_DATA_VERY_OFTEN=Pretty please, with sugar on top." >> tests/env
- echo "DATABASE_URL=dbname=gittip" | tee -a tests/env local.env
- echo "DATABASE_URL=dbname=gittip" | tee -a tests/local.env local.env
- psql -U postgres -c 'CREATE DATABASE "gittip";'
- make test-schema
script: make test jstest
script: make test
notifications:
email: false
irc:
Expand Down

0 comments on commit 2244588

Please sign in to comment.