Skip to content

Commit

Permalink
add bower script to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Dec 26, 2015
1 parent 35e999f commit 057f7dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,8 +7,10 @@ matrix:
fast_finish: true
before_install:
- "npm install -g gulp"
- "npm install -g bower"
before_script:
- "npm install"
- "bower install"
- "npm install coveralls"
script:
- "npm run-script test-travis"
4 changes: 1 addition & 3 deletions README.md
@@ -1,7 +1,5 @@
# ng-espack-boilerplate
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)
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)

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

0 comments on commit 057f7dc

Please sign in to comment.