Skip to content

Commit 6aea98e

Browse files
author
James Hagborg
committed
Travis never does what it does on my machine
1 parent f361c49 commit 6aea98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- echo "skip 'gradle assemble' step"
1414

1515
script:
16-
- docker run -v "${GRADLE_CACHES}:${DOCKER_GRADLE_CACHES}" -v "$(pwd):/hyperLib" my-image /hyperLib/.travis_docker_script.sh
16+
- docker run -v "$(pwd):/hyperLib" my-image /hyperLib/.travis_docker_script.sh
1717

1818
notifications:
1919
slack:

0 commit comments

Comments
 (0)