We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb1dc1b + 56c4793 commit 054cc7cCopy full SHA for 054cc7c
3 files changed
.travis.yml
@@ -1,7 +1,8 @@
1
language: ruby
2
rvm:
3
- - 2.4.0
4
- - 2.3.3
5
- - 2.2.6
6
- - 2.1.9
+ - 2.5.1
+ - 2.4.4
+ - 2.3.7
+ - 2.2.10
7
+ - 2.1.10
8
CHANGELOG
@@ -63,3 +63,8 @@
63
* raise ValidatorUnavailable when connection to uri is refused
64
* Change the Nu Validator URL to "https://validator.w3.org/nu/" (https://validator.nu is returning 502)
65
66
+== Version 1.3.4
67
+ * migrate css validator to https (instead of http)
68
+ * add test of ruby 2.5
69
+ * remove unused variable in nu validator code
70
+
lib/w3c_validators/version.rb
@@ -1,3 +1,3 @@
module W3CValidators
- VERSION = "1.3.3"
+ VERSION = "1.3.4"
end
0 commit comments