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

24 lines
504 B
YAML
Raw Normal View History

language: ruby
2012-05-06 19:52:45 +01:00
rvm:
- 2.1.5
gemfile:
- test/gemfiles/sass_3_2.gemfile
2014-03-13 21:46:58 +01:00
- test/gemfiles/sass_3_3.gemfile
- test/gemfiles/sass_3_4.gemfile
2013-10-16 22:33:20 +02:00
- test/gemfiles/sass_head.gemfile
2014-01-07 15:18:16 +03:00
before_install:
2014-09-03 00:11:32 +02:00
- "npm install"
2013-10-16 22:34:53 +02:00
matrix:
allow_failures:
2014-06-08 17:31:34 +02:00
# rbx has issues https://github.com/rubinius/rubinius/issues/3060
2014-06-10 12:18:25 +02:00
- rvm: rbx-2
2013-10-16 22:34:53 +02:00
- gemfile: test/gemfiles/sass_head.gemfile
2014-05-09 12:33:50 -07:00
notifications:
slack: heybb:3n88HHilXn76ji9vV4gL819Y
2014-10-24 18:30:43 +02:00
env:
global:
- VERBOSE=1
2014-10-28 05:38:54 +01:00
script:
- bundle exec rake
- sh test/*.sh