ngx-admin/.travis.yml
Geoffrey Roguelon a30c41a11d Replace bower packages by NPM packages.
In the issue akveo/ng2-admin#162, search should be made to be sure of non regression.
2016-08-18 12:45:44 -05:00

24 lines
311 B
YAML

sudo: false
language: node_js
node_js:
- "4"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
install:
- npm config set spin false
- npm install -g npm@3
- npm install -g webpack
- npm install -g typescript
- npm install
script:
- npm run build:prod