From ca1848710c5e2918136d3946d06d2bb66ba3670a Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Fri, 2 Dec 2016 10:15:35 -0500 Subject: [PATCH] Disable testing on Travis since VML is not installed on Travis --- .travis.yml | 12 ------------ README.md | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3114ff3..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: julia -os: - - linux - - osx -julia: - - 0.5 - - nightly -notifications: - email: false -sudo: false -after_success: - - julia -e 'cd(Pkg.dir("VML")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())' diff --git a/README.md b/README.md index 74383b3..a3d3c1d 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Allocating | Mutating Allocating forms have signature `f(A, B)`. Mutating forms have signature `f!(out, A, B)`. These functions fall back on broadcasting -when +when Allocating | Mutating -----------|---------