vnms_admin_fe/.travis.yml
2023-06-17 09:36:07 +05:30

36 lines
368 B
YAML

language: node_js
sudo: false
dist: trusty
node_js:
- '10'
branches:
only:
- master
- starter-kit
- demo
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm i -g npm@latest
install:
- travis_retry npm i
before_script:
script:
- npm run lint:ci
- npm run build:prod
git:
depth: 1