commons/.travis.yml

13 lines
189 B
YAML

language: node_js
node_js: node
script:
# - ./scripts/install.sh # runs automatically with npm ci
- ./scripts/test.sh
- ./scripts/build.sh
notifications:
email: false
cache: npm