freeCodeCamp/.travis.yml

27 lines
382 B
YAML
Raw Normal View History

language: node_js
node_js:
- 'lts/*'
2016-04-03 03:52:52 +00:00
cache:
directories:
2018-09-26 15:01:08 +00:00
- "$HOME/.npm"
env:
global:
- NO_UPDATE_NOTIFIER=1
- NODE_NO_WARNINGS=1
2015-10-02 18:11:28 +00:00
sudo: false
2018-09-26 15:01:08 +00:00
before_install:
- npm config set loglevel warn
install: npm ci
before_script:
- git config --global user.email team+camperbot@freeCodeCamp.org
- git config --global user.name "CamperBot"
script:
- npm run test