Skip to content

Commit 3d9cc9f

Browse files
authored
Merge pull request #43 from RadiusNetworks/fix-travis
fix travis-ci
2 parents d9b13d2 + 5c64d4a commit 3d9cc9f

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ before_script:
99
- "bin/ci-code-review"
1010
script: bin/ci
1111
rvm:
12-
- 2.5.0
12+
- 2.6
13+
- 2.7
1314
env:
1415
- RAILS_VERSION='~> 5.2.0'
15-
- RAILS_VERSION='~> 5.1.0'
16-
- RAILS_VERSION='5-1-stable'
1716
- RAILS_VERSION='5-2-stable'
1817
matrix:
19-
include:
20-
- rvm: 2.2.3
21-
env: RAILS_VERSION='~> 5.1.0'
22-
- rvm: 2.4.4
23-
env: RAILS_VERSION='~> 4.2.10'
2418
fast_finish: true

bin/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ fi
2929
# Brakeman is a security scanner
3030
# https://github.com/presidentbeef/brakeman.
3131
echo " ---> Running breakman"
32-
gem install --no-rdoc --no-ri brakeman slim coffee-rails
32+
gem install brakeman
3333
brakeman --run-all-checks --exit-on-warn --ignore-config config/brakeman.ignore .

kracken.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.bindir = "exe"
2020
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
2121

22-
s.add_dependency 'rails', [">= 4.0", "< 6.0"]
22+
s.add_dependency 'rails', [">= 5.2", "< 6.0"]
2323
s.add_dependency 'omniauth', '~> 1.0'
2424
s.add_dependency 'faraday', '~> 0.8'
2525
s.add_dependency 'omniauth-oauth2', '~> 1.1'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
//= link_directory ../stylesheets .css
2+
//= link_directory ../javascripts .js

0 commit comments

Comments
 (0)