Skip to content

Commit

Permalink
$ rake # instead of rspec
Browse files Browse the repository at this point in the history
This way should be executed both rspec and cucumber tests.
  • Loading branch information
simonewebdesign committed Dec 31, 2012
1 parent b366e26 commit 17f53eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ env:
- DB=postgresql
script:
- RAILS_ENV=test bundle exec rake --trace db:migrate
- rspec spec
# - rspec spec
- rake
before_script:
# - mysql -e 'create database name_app_test'
- psql -c 'create database sample_app_test' -U postgres

0 comments on commit 17f53eb

Please sign in to comment.