add travis and test against github dependencies

This commit is contained in:
Torsten Ruger 2015-07-18 12:03:12 +03:00
parent 46de0f278e
commit b2914ac480
3 changed files with 27 additions and 5 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: ruby
sudo: false
cache: bundler
script:
- ruby test/test_all.rb
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0

View File

@ -4,8 +4,8 @@ gem "salama" , :path => "."
gem "rake"
#gem "salama-reader" , :path => "../salama-reader"
#gem "salama-object-file" , :path => "../salama-object-file"
gem "salama-reader" , :github => "salama/salama-reader"
gem "salama-object-file" , :github => "salama/salama-object-file"
group :development do
gem "minitest"

View File

@ -1,3 +1,16 @@
GIT
remote: git://github.com/salama/salama-object-file.git
revision: 9e49f2e725dbad48edc151419882b159505b2e9b
specs:
salama-object-file (0.2.0)
GIT
remote: git://github.com/salama/salama-reader.git
revision: f790b5d76a2c3473d2503bca65e998985b3e67cc
specs:
salama-reader (0.2.0)
parslet (~> 1.7.0)
PATH
remote: .
specs:
@ -14,9 +27,6 @@ GEM
blankslate (>= 2.0, <= 4.0)
rake (10.4.2)
rubygems-tasks (0.2.4)
salama-object-file (0.2.0)
salama-reader (0.2.0)
parslet (~> 1.7.0)
PLATFORMS
ruby
@ -27,3 +37,5 @@ DEPENDENCIES
rake
rubygems-tasks
salama!
salama-object-file!
salama-reader!