aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml1
-rwxr-xr-xci/travis.rb2
2 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index cc725637ee..ac8623638c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -92,6 +92,7 @@ Style/FrozenStringLiteralComment:
- 'actionmailer/**/*'
- 'actionview/**/*'
- 'actionpack/**/*'
+ - 'ci/**/*'
- 'guides/**/*'
- 'tasks/**/*'
- 'tools/**/*'
diff --git a/ci/travis.rb b/ci/travis.rb
index 2313bece60..b124358789 100755
--- a/ci/travis.rb
+++ b/ci/travis.rb
@@ -1,4 +1,6 @@
#!/usr/bin/env ruby
+# frozen_string_literal: true
+
require "fileutils"
include FileUtils