Skip to content

Commit ca86b16

Browse files
committed
fix(build): fix / debug Travis CI build
1 parent 56d8cea commit ca86b16

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# go to the out directory and create a *new* Git repo
2-
cd build
2+
cd dist
33
git init
44

55
# inside this git repo we'll pretend to be a new user

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Angular JS ES6 Module Testing Example
2-
[![Build Status](https://travis-ci.org/tomastrajan/angular-js-es6-testing-example.svg?branch=master)](https://travis-ci.org/tomastrajan/angular-js-es6-testing-example)
1+
# Angular JS ES6 Module Testing Example [![Build Status](https://travis-ci.org/tomastrajan/angular-js-es6-testing-example.svg?branch=master)](https://travis-ci.org/tomastrajan/angular-js-es6-testing-example)
32

43
* original blog post describing [Proper testing of Angular JS 1.X applications with ES6 modules](https://medium.com/@tomastrajan/proper-testing-of-angular-js-applications-with-es6-modules-8cf31113873f)
54
* [demo project](http://tomastrajan.github.io/angular-js-es6-testing-example/) with examples of mocha unit & karma integration tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"server_dist": "node server.js --TARGET=DIST",
1212
"test": "mocha --compilers js:babel-register ./src/**/*.test.js",
1313
"karma": "karma start",
14-
"ci": "npm run test && npm run karma && npm run dist"
14+
"ci": "npm run test && npm run dist"
1515
},
1616
"author": "tomas.trajan@gmail.com",
1717
"license": "ISC",

0 commit comments

Comments
 (0)