Files
datasheet-server/.travis.yml
2018-12-15 10:58:28 +00:00

19 lines
346 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:
- yarn build
- yarn lint
- yarn test
before_install:
- openssl aes-256-cbc -K $encrypted_fb307c69bf51_key -iv $encrypted_fb307c69bf51_iv
-in .env.enc -out .env -d