#345: updated travis.sh

This commit is contained in:
Vokhmin Alexey V 2014-03-19 02:00:24 +04:00
parent ebe07ba00c
commit adfaaa2220
1 changed files with 2 additions and 1 deletions

View File

@ -16,5 +16,6 @@ then
$rspec spec/models/ $rspec spec/models/
elif [ $SPEC_GROUP = 'others' ] elif [ $SPEC_GROUP = 'others' ]
then then
$rspec spec/helpers/ spec/integration/ spec/lib/ spec/mailers/ spec/mailers/ spec/routing/ # $rspec spec/helpers/ spec/integration/ spec/lib/ spec/mailers/ spec/mailers/ spec/routing/
$rspec spec/integration/ spec/lib/ spec/mailers/ spec/mailers/ spec/routing/
fi fi