Use spec target on travis ci until issues with flay are solved

* Flay gives differend score on CI than on local system. Most likely an
  rbx version differenceis are the source of this behavior.
This commit is contained in:
Markus Schirp 2012-08-20 04:57:14 +02:00
parent 5065991896
commit d07b8e2420

View file

@ -1,7 +1,7 @@
before_install:
- gem install bundler
language: ruby
script: 'bundle exec rake ci'
script: 'bundle exec rake spec'
rvm:
# - 1.8.7 disabled while spiking mutations
- rbx-18mode