Skip to content

Commit eb4b7fa

Browse files
committed
bundle exec rake files
1 parent e76e5e3 commit eb4b7fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ addons:
66
install:
77
- bundle install --path vendor/bundle
88
script:
9-
- rake --trace
9+
- bundle exec rake --trace
1010
after_script:
11-
- rake after_build --trace
11+
- bundle exec rake after_build --trace
1212
deploy:
1313
- provider: releases
1414
skip_cleanup: true

rakefile.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
publish_git_tag :publish_git_tag do |t, args|
6565
t.git_repository = %x[git config --get remote.origin.url].split('://')[1]
66-
t.tag_name = BUILD_VERSION
66+
t.tag_name = TravisBuildTools::Build::VERSION
6767
t.service_user = ENV['GIT_TAG_PUSHER']
6868
end
6969

0 commit comments

Comments
 (0)