Ocelot-Social/.travis.yml
2019-02-25 10:35:57 +01:00

16 lines
236 B
YAML

language: node_js
node_js:
- "10"
cache:
yarn: true
directories:
- node_module
install:
- yarn install --production=false --frozen-lockfile --non-interactive
- yarn build
- yarn build:lib
test:
- echo "ADD TESTING!"