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:
parent
5065991896
commit
d07b8e2420
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue