Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Override default behavior of travis to use bundle install and uses …
Browse files Browse the repository at this point in the history
…rake test:core instead

Fixes elastic#5790
  • Loading branch information
ph committed Aug 19, 2016
1 parent 672b369 commit ebed724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ rvm:
- jruby-1.7.25
jdk:
- oraclejdk8
before_script:
install:
- rake test:install-core
before_script:
- echo "--order rand" > .rspec
- echo "--format documentation" >> .rspec
script: rake test:core

0 comments on commit ebed724

Please sign in to comment.