Skip to content

Commit

Permalink
Replace git-checkout with volume mounting from Travis sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Sokolov committed Mar 6, 2018
1 parent af72862 commit 449831f
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 @@ -3,6 +3,6 @@ services:
- docker
before_install:
- docker pull anlun/compiler-workout-ci
- docker run -d -it --name compiler-workout-ci -e "TRAVIS_COMMIT=$TRAVIS_COMMIT" -e "TRAVIS_REPO_SLUG=$TRAVIS_REPO_SLUG" anlun/compiler-workout-ci
- docker run -d -it --name compiler-workout-ci -v $(pwd):/usr/share/compiler-workout anlun/compiler-workout-ci
script:
docker exec -it compiler-workout-ci sh test.sh

0 comments on commit 449831f

Please sign in to comment.