summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--Brewfile1
2 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index ef525aa..f7187cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,6 @@ env:
- BUILD=AUTOTOOLS
- BUILD=CMAKE
-install:
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew bundle; fi
-
script:
- if [[ "$BUILD" == "AUTOTOOLS" ]] ; then ./autogen.sh ; fi
- if [[ "$BUILD" == "AUTOTOOLS" ]] ; then ./configure ; fi
diff --git a/Brewfile b/Brewfile
deleted file mode 100644
index a5f9849..0000000
--- a/Brewfile
+++ /dev/null
@@ -1 +0,0 @@
-brew 'xz'