Commit 00c7807f8a8cc25a9f6fa30b0a4e54479a45c511

Authored by Andrew Kane
1 parent 92e5df08

Removed unnecessary option [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.travis.yml
... ... @@ -6,7 +6,7 @@ services:
6 6 - redis-server
7 7 before_install:
8 8 - ./test/ci/before_install.sh
9   -script: RUBYOPT=W0 bundle exec rake test
  9 +script: bundle exec rake test
10 10 before_script:
11 11 - psql -c 'create database searchkick_test;' -U postgres
12 12 notifications:
... ...