Skip to content

Commit 054cc7c

Browse files
authored
Merge pull request #42 from doc75/travis_update
add ruby 2.5 test + bump version to 1.3.4
2 parents fb1dc1b + 56c4793 commit 054cc7c

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: ruby
22
rvm:
3-
- 2.4.0
4-
- 2.3.3
5-
- 2.2.6
6-
- 2.1.9
3+
- 2.5.1
4+
- 2.4.4
5+
- 2.3.7
6+
- 2.2.10
7+
- 2.1.10
78

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,8 @@
6363
* raise ValidatorUnavailable when connection to uri is refused
6464
* Change the Nu Validator URL to "https://validator.w3.org/nu/" (https://validator.nu is returning 502)
6565

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module W3CValidators
2-
VERSION = "1.3.3"
2+
VERSION = "1.3.4"
33
end

0 commit comments

Comments
 (0)