1
0
Fork 0
sortable-recipes/ember-ui-modern/.travis.yml
2020-03-02 09:26:23 -06:00

27 lines
314 B
YAML

---
language: node_js
node_js:
- "8"
sudo: false
dist: trusty
addons:
chrome: stable
cache:
directories:
- $HOME/.npm
env:
global:
# See https://git.io/vdao3 for details.
- JOBS=1
before_install:
- npm config set spin false
script:
- npm run lint:hbs
- npm run lint:js
- npm test