Skip to content

Commit

Permalink
Use rake spec to run tests instead of rspec spec [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Lê committed Mar 30, 2013
1 parent 2a61c0a commit 5e164f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_install:
- cd $GEM; export BUNDLE_GEMFILE="`pwd`/Gemfile"
script:
- bundle exec rake test_app
- bundle exec rspec spec
- bundle exec rake spec
notifications:
email:
- [email protected]
Expand Down

0 comments on commit 5e164f1

Please sign in to comment.