Skip to content

Commit

Permalink
travis: Fixed working directory of integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed May 7, 2019
1 parent 0e7e5a4 commit fcc24a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -152,8 +152,8 @@ jobs:
script: script:
# - bash $TRAVIS_BUILD_DIR/scripts/itest.sh # - bash $TRAVIS_BUILD_DIR/scripts/itest.sh
- docker info - docker info
- wget "https://cdn.azul.com/zulu/bin/zulu8.33.0.1-jdk8.0.192-linux_x64.tar.gz" -O "docker/blended.docker.base/files/zulu8.33.0.1-jdk8.0.192-linux_x64.tar.gz"
- cd ${TRAVIS_BUILD_DIR}/container - cd ${TRAVIS_BUILD_DIR}/container
- wget "https://cdn.azul.com/zulu/bin/zulu8.33.0.1-jdk8.0.192-linux_x64.tar.gz" -O "docker/blended.docker.base/files/zulu8.33.0.1-jdk8.0.192-linux_x64.tar.gz"
- docker build -t atooni/blended-base docker/blended.docker.base - docker build -t atooni/blended-base docker/blended.docker.base
- echo -e "-Ddocker.host=${DOCKER_HOST}\n-Ddocker.port=${DOCKER_PORT}\n" > .sbtopts - echo -e "-Ddocker.host=${DOCKER_HOST}\n-Ddocker.port=${DOCKER_PORT}\n" > .sbtopts
- sbt update blendedItestMgmt/test - sbt update blendedItestMgmt/test
Expand Down

0 comments on commit fcc24a6

Please sign in to comment.