Skip to content

Commit

Permalink
update readme (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkyJie committed Jan 2, 2016
1 parent 52a7c8d commit 0772b89
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,16 @@ npm run build
The optimized files will be generated in `build` folder.

## CI
Proudly use [Travis](https://travis-ci.org/) to do Continuous Integration, every push will trigger a build on Travis, it will automatically run unit test, run build script, and deploy site/test coverage report to Github pages. Check [.travis.yml](.travis.yml) and [publish-to-gh-pages.sh](publish-to-gh-pages.sh) for detail.
Proudly use [Travis](https://travis-ci.org/) to do Continuous Integration.

Every push will trigger a build on Travis, it will automatically:
- run unit test.
- run build script, deploy website and test coverage report to Github pages.
- run E2E test on different browsers using [Sauce Labs](https://saucelabs.com).

Check [.travis.yml](.travis.yml) and [publish-to-gh-pages.sh](publish-to-gh-pages.sh) for detail implementation.

Check [Travis build log](https://travis-ci.org/PinkyJie/angular1-webpack-starter) for build results.

## License

Expand Down

0 comments on commit 0772b89

Please sign in to comment.