Skip to content

Commit

Permalink
Set up virtuoso instance in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 1, 2015
1 parent fbc9d77 commit a104d74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ before_install:
- docker build -t opendataservices/resource-projects-etl .
# https://github.com/travis-ci/travis-ci/issues/4778
- sudo service docker restart ; sleep 10
- docker run -p 127.0.0.1:8000:80 -d opendataservices/resource-projects-etl
- docker run -d -p 127.0.0.1:8890:8890 --name virtuoso caprenter/automated-build-virtuoso
- docker run -d -p 127.0.0.1:8000:80 --link virtuoso:virtuoso -e DBA_PASS=dba opendataservices/resource-projects-etl

install:
- pip install -r requirements_test.txt
Expand Down

0 comments on commit a104d74

Please sign in to comment.