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

Commit 413c65a

Browse files
authored
Merge pull request #135 from nathanchance/dockerimage-update
travis: Use our Debian image
2 parents a96d5de + 8cc06ad commit 413c65a

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)