Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task/travis ci #105

Merged
merged 17 commits into from
Dec 22, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Travis CI: orion uses host network
  • Loading branch information
dcalvoalonso committed Dec 19, 2017
commit 994b6d9a6fc6e34d39fcc3b0fa614ad0e95aa640
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ install:

before_install:
- docker pull fiware/orion:0.26
Copy link
Member

@fgalan fgalan Dec 19, 2017

Choose a reason for hiding this comment

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

Orion 0.26 is pretty old... I'll sugest to use fiware:orion:latest. This may casuse some ocasionally breaking from time to time (as Orion may evolve) but I think is a good idea to be sure we keep backward compatibility as Orion evolves.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed in 0de8f25

- docker run -d -p 1026:1026 -l orion fiware/orion:0.26
- docker run -d --net host -l orion fiware/orion:0.26
- npm install -g grunt-cli