homepage/public/assets/embedded/phdpresentation/circle.yml

10 lines
120 B
YAML

machine:
node:
version: 6
test:
override:
- npm run lint -s
- npm run test -s
- npm run test:sauce