Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "loopback.io"]
path = loopback.io
url = https://github.com/strongloop/loopback.io.git
branch = gh-pages
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ after_success:

jobs:
include:
- stage: loopback.io
before_script:
- npm run bootstrap
script:
- cd loopback.io
- bundle install
- npm run fetch-readmes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it knows to run npm install and npm test automatically in this stage right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #1254 for the new PR. npm test is not run in the loopback.io (that's what the test stage is for). install happens as part of bootstrap.

- bundle exec jekyll build
after_success: skip
os:
- linux
- stage: commit linting
before_install:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.1",
"packages": ["packages/*", "examples/*", "docs", "sandbox/*"],
"packages": ["packages/*", "examples/*", "docs", "sandbox/*", "loopback.io"],
"command": {
"publish": {
"forcePublish": "@loopback/cli,@loopback/docs",
Expand Down
1 change: 1 addition & 0 deletions loopback.io
Submodule loopback.io added at 80acd9