Skip to content

Commit

Permalink
use tdiary test command for gem test
Browse files Browse the repository at this point in the history
  • Loading branch information
machu committed May 6, 2013
1 parent ec446b5 commit 7df0386
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 @@ -11,7 +11,7 @@ before_script:
- sh -e /etc/init.d/xvfb start
- DAEMON=1 bundle exec rake server

script: bundle exec rake spec spec:acceptance:rdb test
script: if [ $TEST_MODE = "gem" ] ; then bundle exec tdiary test ; else bundle exec rake spec spec:acceptance:rdb test ; fi

env:
- TEST_MODE=rack
Expand Down

0 comments on commit 7df0386

Please sign in to comment.