Skip to content

Commit

Permalink
fix port exposing in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Dec 22, 2018
1 parent 61250e3 commit 066b33b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,9 +8,10 @@ before_install:
- docker build -t asneg/opcuastack:test .
- docker run --name test_container asneg/opcuastack:test sh build.sh -t tst -j 2 -B Release --test-with-server
- docker commit test_container asneg/opcuastack:test
- docker run -d -p 127.0.0.1:8889:8889 asneg/asneg-demo:latest
- docker ps -a

script:
- docker run -d -p 8889:8889 asneg/asneg-demo:latest
- docker run -w /OpcUaStack/build_tst_Release asneg/opcuastack:test ./OpcUaStackCoreTest
- docker run -w /OpcUaStack/build_tst_Release asneg/opcuastack:test ./OpcUaStackServerTest
- docker run -w /OpcUaStack/build_tst_Release asneg/opcuastack:test ./OpcUaStackClientTest

0 comments on commit 066b33b

Please sign in to comment.