Skip to content

Commit

Permalink
Change script syntax. [#87]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Aug 8, 2013
1 parent e3a6623 commit aa0347c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -19,4 +19,5 @@ before_script:
- cp config/config-orig.yml config/config.yml
- bundle exec rake db:create
- psql -U postgres -d quorum2_test -c 'CREATE EXTENSION postgis;'
- bundle exec rake db:schema:load
- bundle exec rake db:schema:load
script: bundle exec rspec && bundle exec cucumber

0 comments on commit aa0347c

Please sign in to comment.