mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-10 04:18:31 +03:00
17 lines
295 B
YAML
17 lines
295 B
YAML
language: node_js
|
|
node_js:
|
|
- stable
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- npm install -g yarn
|
|
- cp ./src/example.config.js ./src/config.js
|
|
install:
|
|
- yarn
|
|
script:
|
|
- if [ "TRAVIS_PULL_REQUEST" = "false" ]; then bash ./scripts/decrypt.sh; fi
|
|
- yarn build
|
|
- yarn lint
|
|
- yarn test
|