Skip to content

Commit cfb3d78

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
Conflicts: npm-shrinkwrap.json
2 parents c272958 + 44d431a commit cfb3d78

File tree

7 files changed

+1789
-1027
lines changed

7 files changed

+1789
-1027
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.idea
22
/node_modules
33
/test/*temp
4-
npm-debug.log
4+
/npm-debug.log
5+
/documentation

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)