Skip to content

Commit

Permalink
updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKulhanek committed Aug 29, 2019
1 parent e147a17 commit dfe4b5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services: docker
# command to install dependencies
install: docker run -v $TRAVIS_BUILD_DIR:/vagrant sl:7 "/vagrant/scripts/bootstrap.sh;/vagrant/scripts/bootstrapjupyter.sh;/vagrant/scripts/bootstrapopenmodelica.sh;/vagrant/scripts/bootstrapservices.sh;/vagrant/scripts/bootstrapbodylight.sh"
install:
- sudo docker run --detach --privileged --volume="${PWD}":/vagrant sl:7 "/vagrant/scripts/bootstrap.sh;/vagrant/scripts/bootstrapjupyter.sh;/vagrant/scripts/bootstrapopenmodelica.sh;/vagrant/scripts/bootstrapservices.sh;/vagrant/scripts/bootstrapbodylight.sh"
script:
- echo Service tests
- docker run -v $TRAVIS_BUILD_DIR:/vagrant sl:7 "/vagrant/scripts/testinstance.sh"
- sudo docker run --detach --privileged --volume="${PWD}":/vagrant sl:7 "/vagrant/scripts/testinstance.sh"

0 comments on commit dfe4b5d

Please sign in to comment.