Skip to content

Commit 0ddacc9

Browse files
author
Josh Mervine
committed
Updating travis.yml, bumping version.
1 parent 202040c commit 0ddacc9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: ruby
22
script: bundle exec rake test
33
rvm:
4-
- 1.9.2
54
- 1.9.3
6-
- 2.0.0
7-
- 2.1.0
8-
5+
- 2.1.2
6+
- 2.2.1

lib/maxcdn/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MaxCDN
2-
VERSION = "0.2.0"
2+
VERSION = "0.2.1"
33
end

0 commit comments

Comments
 (0)