Change script in travis.yml
This commit is contained in:
parent
1a5d96c250
commit
6df1a1439c
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@ language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.2.3
|
- 2.2.3
|
||||||
before_install: gem install bundler -v 1.10.5
|
before_install: gem install bundler -v 1.10.5
|
||||||
|
script:
|
||||||
|
- bundle exec rake test
|
||||||
|
|
Loading…
Reference in a new issue