aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Dremann <dremann@gmail.com>2014-06-10 00:08:59 -0400
committerZachary Dremann <dremann@gmail.com>2014-06-10 00:08:59 -0400
commit43494f6d5b17b17fec728341ce9ff25d3ba77d04 (patch)
treeb10214989d6d5ff2f887271771d01a7b8bcb4b81
parentc1c93595f0d532ed169537d1b52168288e989f2c (diff)
downloadrusty-irc-43494f6d5b17b17fec728341ce9ff25d3ba77d04.tar.gz
rusty-irc-43494f6d5b17b17fec728341ce9ff25d3ba77d04.zip
Update travis.yml
Use C language to avoid setting up ruby related things.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 52437b6..bf105fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+language: c
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update