File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed
Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 11/.idea
22/node_modules
33/test /* temp
4- npm-debug.log
4+ /npm-debug.log
5+ /documentation
Original file line number Diff line number Diff line change @@ -19,3 +19,13 @@ script:
1919 - node node_modules/jasmine-node/bin/jasmine-node --version # expect jasmine 2.x
2020 - npm run lint
2121 - npm test
22+
23+ after_success :
24+ - npm run autodocs
25+ env :
26+ global :
27+ - secure : U+IdWhk/tUsG9e7hOxxeGhzbJ3iYYtvRyz4zExVI6JJz22TJX5UXwJJQmrrNcM1bwt1GTAbX3xYavE+kqs9I5wyeMX92+/o1gz2vp/46wRXAKC/X8lULVH0vopVtnKZnyKUIzQTYd7NxX0JsweJ9Y/4szkskygnTDu6lXkpPPVk=
28+ # - DOCUMENT_BRANCH: ${TRAVIS_BRANCH}
29+ - FLAG_PUBLISH_ON_RELEASE : ' true'
30+ - REPO_SLUG : ' angularity/angularity.github.io'
31+ - GH_PUBLISH_BRANCH : ' master'
Original file line number Diff line number Diff line change 1616 ],
1717 "scripts" : {
1818 "test" : " node node_modules/jasmine-node/bin/jasmine-node --verbose --captureExceptions test/specs" ,
19- "lint" : " node test/jshint.js"
19+ "lint" : " node test/jshint.js" ,
20+ "generatedocs" : " mkdir -p documentation && echo 'autodocs placeholder documentation' > documentation/index.html && ls -la documentation && echo 'Placeholder documentation generated'" ,
21+ "autodocs" : " node ./node_modules/autodocs"
2022 },
2123 "contributors" : [
2224 " bholloway" ,
107109 "yargs" : " latest"
108110 },
109111 "devDependencies" : {
112+ "angularity-helloworld-es5" : " angularity/angularity-helloworld-es5#ci-build-0.2.0-A" ,
113+ "angularity-todo-es5" : " angularity/angularity-todo-es5#ci-build-0.2.0-C" ,
114+ "autodocs" : " ^0.6.5" ,
110115 "jasmine-diff-matchers" : " ~2.0.0" ,
111116 "jasmine-node" : " 2.0.0-beta4" ,
112117 "jshint-stylish" : " ^1.0.1" ,
113118 "ncp" : " ~2.0.0" ,
114- "ps-tree" : " ~0.0.3" ,
115- "angularity-helloworld-es5" : " angularity/angularity-helloworld-es5#ci-build-0.2.0-A" ,
116- "angularity-todo-es5" : " angularity/angularity-todo-es5#ci-build-0.2.0-C"
119+ "ps-tree" : " ~0.0.3"
117120 }
118121}
You can’t perform that action at this time.
0 commit comments