shlink-web-client/.travis.yml

20 lines
241 B
YAML
Raw Normal View History

2018-08-04 11:29:55 +03:00
language: node_js
node_js:
- "stable"
cache:
yarn: true
directories:
- node_modules
install:
- yarn install
script:
# - yarn inspect
- yarn test
- yarn build # Make sure the app can be built without errors
sudo: false