mdb-ui-kit/.travis.yml
2016-08-05 13:40:06 +02:00

30 lines
445 B
YAML

sudo: false
git:
depth: 10
# remove the dist branch and dist tags from travis builds
branches:
except:
- dist
- /^v(\d+\.)?(\d+\.)?(\*|\d+)$/
language: node_js
node_js:
- "6"
# enable this once we have reliable builds
cache:
directories:
- node_modules
- vendor/bundle
before_install:
- rvm install 2.2
- rvm use 2.2 --fuzzy
- gem install scss-lint
before_script:
- npm install -g gulp-cli
script: gulp all