Skip to content

Commit

Permalink
get tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 2, 2019
1 parent 4450ae3 commit 2e2c369
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/doc
/pkg
.idea
Gemfile.lock
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ notifications:
email:
- [email protected]
rvm:
- 2.1.10
- 2.2.5
- 2.3.1
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
script: rake travis
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "rake"
gem "hoe"
gem "minitest"
gem "connection_pool"

0 comments on commit 2e2c369

Please sign in to comment.