ngx-admin/.travis.yml

30 lines
401 B
YAML

sudo: false
language: node_js
node_js:
- "6"
cache:
directories:
- $HOME/.cache/yarn
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn
script:
- npm run build:ci
notifications:
slack: akveo:q559HckfZMSyZRb803aiLcjH