Remove .travis.yml.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 16 Apr 2014 21:50:07 +0000 (23:50 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Thu, 17 Apr 2014 12:39:54 +0000 (14:39 +0200)
Travis simply doesn't give us anywhere near enough execution time
to run runtime tests + BCL tests.

.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index b7777d3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-language: c
-branches:
-  only:
-    - master
-compiler:
-  - gcc
-  - clang
-env:
-  - CFLAGS=-O0
-  - CFLAGS=-O1
-  - CFLAGS=-O2
-  - CFLAGS=-O3
-  - CFLAGS=-Os
-before_install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -qq mono-complete
-script:
-  - ./autogen.sh
-  - make distcheck