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:
parent
11c253a213
commit
fa6d5dd002
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user