scss-to-css/.travis.yml

20 lines
172 B
YAML
Raw Normal View History

2018-12-17 11:02:43 +08:00
language: node_js
os:
- osx
node_js:
- node
install:
- npm install
cache:
directories:
- "node_modules"
script:
- npm test
notifications:
email: false