Don't install dash on Travis (#482)

The integration tests no longer run with dash, so skip installing it on Travis to
save time.
This commit is contained in:
Casey Rodarmor 2019-10-07 00:46:57 -07:00 committed by GitHub
parent 11c253a213
commit fa6d5dd002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,15 +27,8 @@ matrix:
# OSX
#- env: TARGET=i686-apple-darwin
# os: osx
# before_install:
# - set -e
# - brew install dash
- env: TARGET=x86_64-apple-darwin
os: osx
before_install:
- set -e
- brew update
- brew install dash
# *BSD
#- env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
@ -63,9 +56,6 @@ matrix:
#- env: TARGET=x86_64-apple-darwin
# os: osx
# rust: nightly
# before_install:
# - set -e
# - brew install dash
before_install: set -e