Files
30-seconds-of-code/.travis.yml
2019-12-18 12:20:26 +02:00

22 lines
378 B
YAML

language: node_js
cache:
directories:
- node_modules
node_js:
- lts/*
before_install:
- git fetch --unshallow
- npm install -g semistandard
- npm install -g prettier
- npm install -g eslint
script:
- npm run linter
- npm run extractor
- npm run packager
- npm run test
- npm run vscoder
after_success:
- chmod +x .travis/push.sh
- .travis/push.sh
group: deprecated-2017Q4