Skip to content

Commit 057f7dc

Browse files
committed
add bower script to .travis.yml
1 parent 35e999f commit 057f7dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ matrix:
77
fast_finish: true
88
before_install:
99
- "npm install -g gulp"
10+
- "npm install -g bower"
1011
before_script:
1112
- "npm install"
13+
- "bower install"
1214
- "npm install coveralls"
1315
script:
1416
- "npm run-script test-travis"

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ng-espack-boilerplate
2-
Angular 1.4.8 + ES6 application boilerplate
3-
4-
[![Build Status](https://travis-ci.org/ziyasal/ng-espack-boilerplate.svg)](https://travis-ci.org/ziyasal/ng-espack-boilerplate) [![Coverage Status](https://coveralls.io/repos/ziyasal/ng-espack-boilerplate/badge.svg?branch=master&service=github)](https://coveralls.io/github/ziyasal/ng-espack-boilerplate?branch=master)
2+
Angular 1.4.8 + ES6 application boilerplate [![Build Status](https://travis-ci.org/ziyasal/ng-espack-boilerplate.svg)](https://travis-ci.org/ziyasal/ng-espack-boilerplate) [![Coverage Status](https://coveralls.io/repos/ziyasal/ng-espack-boilerplate/badge.svg?branch=master&service=github)](https://coveralls.io/github/ziyasal/ng-espack-boilerplate?branch=master)
53

64
- [x] [Webpack](https://webpack.github.io/) Setup
75
- [x] [Babel](https://babeljs.io/)

0 commit comments

Comments
 (0)