Skip to content

Commit

Permalink
Adding travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Aug 1, 2022
1 parent 5ed8342 commit 8a26dfc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
language: ruby
sudo: required
dist: trusty
cache: bundler
rvm:
- 2
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
doing (2.1.64)
doing (2.1.65)
chronic (~> 0.10, >= 0.10.2)
deep_merge (~> 1.2, >= 1.2.1)
gli (~> 2.20, >= 2.20.1)
Expand Down Expand Up @@ -40,7 +40,7 @@ GEM
rdoc (6.3.3)
redcarpet (3.5.1)
rexml (3.2.5)
rouge (3.29.0)
rouge (3.30.0)
safe_yaml (1.0.5)
strings (0.2.1)
strings-ansi (~> 0.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _If you're one of the rare people like me who find this useful, feel free to

<!--README-->

The current version of `doing` is <!--VER-->2.1.63<!--END VER-->.
The current version of `doing` is <!--VER-->2.1.64<!--END VER-->.

Find all of the documentation in the [doing wiki][wiki].

Expand Down
2 changes: 1 addition & 1 deletion lib/doing/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Doing
VERSION = '2.1.64'
VERSION = '2.1.65'
end

0 comments on commit 8a26dfc

Please sign in to comment.