Skip to content

Commit ceb26a2

Browse files
committed
Remove build with cache temporally from travis.
1 parent 5f1affb commit ceb26a2

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
@@ -56,7 +56,7 @@ before_script:
5656
# Run the build and packaging steps with cache
5757
script:
5858
- $TRAVIS_BUILD_DIR/docker-compose.sh pull
59-
- $TRAVIS_BUILD_DIR/docker-compose.sh cache
59+
# - $TRAVIS_BUILD_DIR/docker-compose.sh cache
6060
- $TRAVIS_BUILD_DIR/docker-compose.sh pack
6161

6262
# Custom script for deploying to GitHub the artifacts

0 commit comments

Comments
 (0)