Skip to content

Commit e6e0251

Browse files
committed
Fix .travis.yml
1 parent 9a27b29 commit e6e0251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
language: ruby
33
before_install: gem install bundler -v 1.11.2
44
cache: bundler
5-
script: bundle exec rspec
5+
script: bundle exec rake
66
rvm:
77
- '2.2'
88
- '2.3.0'

0 commit comments

Comments
 (0)