summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2017-07-12 16:34:18 -0600
committerGitHub <noreply@github.com>2017-07-12 16:34:18 -0600
commitb7a4c54413a88ee94fb7a5c31169c9fb0c3a7f3f (patch)
tree2150e7ada1d80badc2170ac9eb4257ac8e5c55ed
parentf85579d4a2c342654f9b158fafd565eb159fdb59 (diff)
downloadrust-travis-shell.tar.gz
Change language in Travis configuration to shelltravis-shell
In theory, this will give us more disk space to work with and unblock the queue.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 21877ecb43e..3d3c1ca4082 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-language: generic
+language: shell
sudo: required
dist: trusty
services: