Skip to content

Commit

Permalink
Rspec format doc and start rsync version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua B. Bussdieker committed Mar 29, 2015
1 parent e889706 commit 90ac4d9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--color
--format doc --color
24 changes: 19 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
---
script: 'rake spec'
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.2
matrix:
fast_finish: true
include:
- rvm: 1.9.2
env: RSYNC_VERSION="rsync version 2.6.9 protocol version 29"
- rvm: 1.9.2
env: RSYNC_VERSION="rsync version 2.6.9 protocol version 30"
- rvm: 1.9.3
env: RSYNC_VERSION="rsync version 2.6.9 protocol version 29"
- rvm: 1.9.3
env: RSYNC_VERSION="rsync version 2.6.9 protocol version 30"
- rvm: 2.0.0
env: RSYNC_VERSION="rsync version 2.6.9 protocol version 29"
- rvm: 2.0.0
env: RSYNC_VERSION="rsync version 2.6.9 protocol version 30"
- rvm: 2.1.2
env: RSYNC_VERSION="rsync version 2.6.9 protocol version 29"
- rvm: 2.1.2
env: RSYNC_VERSION="rsync version 2.6.9 protocol version 30"

0 comments on commit 90ac4d9

Please sign in to comment.