1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Update test gems and travis config

This commit is contained in:
Gleb Mazovetskiy 2014-03-13 21:46:58 +01:00
parent 1f6ab21fa9
commit b24d99a64f
3 changed files with 19 additions and 4 deletions

View file

@ -1,11 +1,12 @@
language: ruby
rvm:
- 2.1.1
- 2.0.0
- 1.9.3
- jruby
- rbx-2.2.4
- rbx
gemfile:
- test/gemfiles/sass_3_2.gemfile
- test/gemfiles/sass_3_3.gemfile
- test/gemfiles/sass_head.gemfile
before_install:
- "npm install node-sass"

View file

@ -0,0 +1,14 @@
source "https://rubygems.org"
gem 'sass', '~> 3.3.2'
gem 'compass', '~> 1.0.0.alpha.19'
platform :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubysl-test-unit', '~> 2.0'
gem 'json', '>= 1.8.1'
gem 'racc'
end
gemspec path: '../../'

View file

@ -1,7 +1,7 @@
source "https://rubygems.org"
gem 'sass', '~> 3.3.0.rc.3'
gem 'compass', '~> 1.0.0.alpha.17'
gem 'sass', git: 'https://github.com/nex3/sass'
gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master'
platform :rbx do
gem 'rubysl', '~> 2.0'