From b98b2c806b699c1e95e8679992986d7101a8471c Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Tue, 10 Jul 2012 22:18:23 -0700 Subject: [PATCH] Trial an experiment of the Travis CI language. Aalok Shah informs me that Travis CI ought to be permissive with the languages it supports. This is a trial at setting it to Go, given that apparently Erlang now requires a OTP release. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c259d13..6fd68b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -language: erlang +language: go before_install: - sudo apt-get install bzr >/dev/null 2>&1