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:
parent
1f6ab21fa9
commit
b24d99a64f
3 changed files with 19 additions and 4 deletions
|
@ -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"
|
||||
|
|
14
test/gemfiles/sass_3_3.gemfile
Normal file
14
test/gemfiles/sass_3_3.gemfile
Normal 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: '../../'
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue