ngx-admin/.travis.yml

31 lines
401 B
YAML
Raw Normal View History

2016-07-12 17:23:11 +03:00
sudo: false
language: node_js
node_js:
- "6"
cache:
directories:
- $HOME/.cache/yarn
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
2016-07-12 17:23:11 +03:00
2017-02-08 13:12:48 +03:00
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
2017-02-08 13:12:48 +03:00
install:
- yarn
2016-07-12 17:23:11 +03:00
script:
- npm run build:ci
2016-10-27 16:22:48 +03:00
notifications:
slack: akveo:q559HckfZMSyZRb803aiLcjH