mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
18 lines
325 B
YAML
18 lines
325 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
before_install:
|
|
- sudo pip install --use-mirrors -r test-infra/requirements.txt
|
|
- rvm use 1.9.3 --fuzzy
|
|
install:
|
|
- npm install -g grunt-cli
|
|
- npm install
|
|
env:
|
|
matrix:
|
|
- TWBS_TEST=core
|
|
- TWBS_TEST=validate-html
|
|
- TWBS_TEST=sauce-js-unit
|
|
matrix:
|
|
fast_finish: true
|
|
|