mirror of
https://github.com/casey/just.git
synced 2025-12-23 11:37:29 +00:00
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
1 changed files with 0 additions and 10 deletions
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…
Add table
Add a link
Reference in a new issue