Skip to content

Commit cfd4c81

Browse files
committed
Auto merge of #43198 - rust-lang:travis-shell, r=alexcrichton
Change language in Travis configuration to shell In theory, this will give us more disk space to work with and unblock the queue. See travis-ci/packer-templates#454 and travis-ci/docs-travis-ci-com#1267 (comment). cc @kennytm r? @alexcrichton
2 parents f85579d + b7a4c54 commit cfd4c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: generic
1+
language: shell
22
sudo: required
33
dist: trusty
44
services:

0 commit comments

Comments
 (0)