ngx-admin/.travis.yml

36 lines
359 B
YAML
Raw Normal View History

language: node_js
sudo: false
dist: trusty
node_js:
- '8'
2018-04-26 14:39:53 +03:00
- '9'
- '10'
branches:
only:
- master
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