Skip to content

Commit a030e32

Browse files
authored
Merge pull request #432 from Morganov/ci/travis-cleanup
Удалена поддержка Travis CI
2 parents e695d62 + 8b1d29a commit a030e32

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

.travis.yml

-36
This file was deleted.

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace :book do
3030
locale_file = "attributes-#{lang}.adoc"
3131
date_string = Time.now.strftime('%d.%m.%Y')
3232

33-
version_string = ENV['TRAVIS_TAG'] || `git describe --tags`.chomp
33+
version_string = `git describe --tags`.chomp
3434
if version_string.empty?
3535
version_string = '0'
3636
end

0 commit comments

Comments
 (0)