Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Jul 10, 2012
1 parent a33ffff commit e10969f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,4 @@ before_script:
- psql -c 'CREATE DATABASE test;' -U postgres
- psql -c 'CREATE SCHEMA test;' -U postgres
- psql -c 'CREATE TABLE test (id SERIAL PRIMARY KEY, name VARCHAR);' -U postgres
- ./bin/postgresql-http-server --user postgres -database test &
- ./bin/postgresql-http-server --user postgres --database test &

0 comments on commit e10969f

Please sign in to comment.