1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-12 14:55:56 +00:00

travis config

This commit is contained in:
John Crepezzi
2013-11-16 10:13:24 -05:00
parent f299892b37
commit e5a6d39422
2 changed files with 8 additions and 1 deletions

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
script: "rspec spec"
branches:
only:
- master
rvm:
- 1.9.2
- 1.9.3
- 2.0.0

View File

@@ -4,7 +4,6 @@ require File.dirname(__FILE__) + '/lib/haste/version'
spec = Gem::Specification.new do |s|
s.name = 'haste'
s.author = 'John Crepezzi'
s.add_development_dependency('rake')
s.add_development_dependency('rspec')
s.add_dependency('json')
s.add_dependency('rest-client')