Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 8cc06ad

Browse files
committed
travis: Use our Debian image
The required CI change for ClangBuiltLinux/dockerimage#20 [skip ci] Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 1e8522c commit 8cc06ad

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
@@ -122,7 +122,7 @@ script:
122122
--rm \
123123
--workdir /travis \
124124
--volume ${TRAVIS_BUILD_DIR}:/travis \
125-
clangbuiltlinux/ubuntu /bin/bash -c './env-setup.sh && ./driver.sh && ccache -s'
125+
clangbuiltlinux/debian /bin/bash -c './env-setup.sh && ./driver.sh && ccache -s'
126126
after_script:
127127
- sleep 1
128128
notifications:

0 commit comments

Comments
 (0)