Files
30-seconds-of-code/.travis.yml
2020-04-17 13:56:02 +03:00

18 lines
309 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 extractor
after_success:
- chmod +x .travis/push.sh
- .travis/push.sh
group: deprecated-2017Q4