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 -----------|---------