summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--.travis.yml.patch11
2 files changed, 12 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7aeeb762ec..0e4cfb2dc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ before_script:
script:
- make xref
- - make tests
+ - make ct-fast
after_failure:
- |
diff --git a/.travis.yml.patch b/.travis.yml.patch
new file mode 100644
index 0000000000..9e6e46af87
--- /dev/null
+++ b/.travis.yml.patch
@@ -0,0 +1,11 @@
+--- .travis.yml.orig 2017-11-08 14:23:22.036394000 +0100
++++ .travis.yml 2017-11-08 15:26:19.264520000 +0100
+@@ -37,7 +37,7 @@
+
+ script:
+ - make xref
+- - make tests
++ - make ct-fast
+
+ after_failure:
+ - |