Skip to content

Commit

Permalink
Simplifying .travis.yml now that I understand how to test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Nov 27, 2013
1 parent 13a7b6c commit 8e51357
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ script: nosetests
# database setup
before_script:
- mysql -e 'create database myapp_test;'
- psql -c "CREATE USER testuser WITH PASSWORD 'testpass';" -U postgres
- psql -c 'GRANT ALL PRIVILEGES ON DATABASE testdb to testuser;' -U postgres
- psql -c 'CREATE DATABASE testdb;' -U postgres
- psql -c 'GRANT ALL PRIVILEGES ON DATABASE testdb to testuser;' -U postgres
- psql -c 'create database testdb;' -U postgres

0 comments on commit 8e51357

Please sign in to comment.