Files
datasheet-server/.travis.yml
Lachlan Kermode b06c8536b9 rm old config.js
2018-12-15 11:07:30 +00:00

18 lines
301 B
YAML

language: node_js
node_js:
- stable
cache:
directories:
- node_modules
before_script:
- npm install -g yarn
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