Files
kredits-web/.travis.yml
T
2018-04-16 18:11:52 +02:00

27 lines
293 B
YAML

---
language: node_js
node_js:
- "6"
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:js
- npm test