Skip to content

Commit e9d1d03

Browse files
committed
travis: one-line for the brew install (minor)
1 parent 2709481 commit e9d1d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: bash
22
before_install:
33
- git clone --depth 1 https://github.com/sstephenson/bats.git
4-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
5-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gnu-sed; fi
4+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install gnu-sed; fi
5+
66
script:
77
- ./bats/bin/bats test/*.bats
88
os:

0 commit comments

Comments
 (0)