Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Aug 24, 2017
1 parent 87ea351 commit b755569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:

before_script:
- docker run -d -p 8080:8080 --name crossbar crossbario/crossbar
- docker run -d --link crossbar -v ${PWD}/test_component.py:/test_component.py crossbario/autobahn-python python -u /test_component.py
- docker run -d --link crossbar -v ${PWD}/demo-gallery/python:/test crossbario/autobahn-python python -u /test/test_component.py

script:
- docker run --rm -it --link crossbar -v ${PWD}:/workspace crossbario/autobahn-java:netty /bin/bash -c "gradle installDist -PbuildPlatform=netty && /workspace/demo-gallery/build/install/demo-gallery/bin/demo-gallery ws://crossbar:8080/ws"

0 comments on commit b755569

Please sign in to comment.