Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a3978 commit 3f9901bCopy full SHA for 3f9901b
.travis.yml
@@ -1,8 +1,6 @@
1
language: ruby
2
rvm:
3
-- 2.3.3
4
-before_install:
5
- - bundle update listen
+- 2.4.5
6
install:
7
- bundle install --jobs=3 --retry=3 --full-index --deployment
8
script:
Gemfile.lock
@@ -65,6 +65,7 @@ GEM
65
kramdown (1.17.0)
66
liquid (4.0.1)
67
listen (3.1.5)
68
+ rb-fsevent (~> 0.9, >= 0.9.4)
69
rb-inotify (~> 0.9, >= 0.9.7)
70
ruby_dep (~> 1.2)
71
mercenary (0.3.6)
@@ -113,7 +114,7 @@ DEPENDENCIES
113
114
minima (~> 2.0)
115
116
RUBY VERSION
- ruby 2.3.7p456
117
+ ruby 2.4.5p335
118
119
BUNDLED WITH
- 1.16.5
120
+ 2.0.1
0 commit comments