]> source.dussan.org Git - gitea.git/commitdiff
Use the new build env on Travis
authorJosh Kalderimis <josh.kalderimis@gmail.com>
Sat, 27 Dec 2014 00:23:10 +0000 (01:23 +0100)
committerJosh Kalderimis <josh.kalderimis@gmail.com>
Sat, 27 Dec 2014 00:23:10 +0000 (01:23 +0100)
http://docs.travis-ci.com/user/workers/container-based-infrastructure

.travis.yml

index eb5732ff6089dc550416cc07ccd3ec22786d86cc..b060c69392edfe647bc70a68857a51fd8c8f3fd5 100644 (file)
@@ -2,4 +2,6 @@ language: go
 
 go:
   - 1.2
-  - 1.3
\ No newline at end of file
+  - 1.3
+
+sudo: false