#345: updated travis.sh
This commit is contained in:
parent
ebe07ba00c
commit
adfaaa2220
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue