summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-smart-table/.travis.yml
blob: f42dba6e2a3a7c85e67bbea172b711fb2917ca9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
  - "0.10"


before_script:
  - npm install -g gulp bower
  - npm install
  - bower install

script:
  - gulp build