Skip to content

Commit

Permalink
! improve .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Feb 27, 2021
1 parent 874ccb0 commit 48c9265
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# https://github.com/caarlos0-graveyard/shell-ci-build
# https://github.com/kward/shunit2/blob/master/.travis.yml
language: bash
language: shell

addons:
homebrew:
packages:
- coreutils
- gnu-sed

# The Ubuntu Linux Build Environments
# https://docs.travis-ci.com/user/reference/linux/
# The macOS Build Environment
# https://docs.travis-ci.com/user/reference/osx/
# Installing Dependencies
# https://docs.travis-ci.com/user/installing-dependencies/#installing-packages-on-macos
matrix:
jobs:
include:
- os: linux
dist: precise
Expand All @@ -22,9 +28,6 @@ matrix:
dist: focal
- os: osx
osx_image: xcode11.3
install:
- HOMEBREW_NO_AUTO_UPDATE=1 brew install coreutils
- HOMEBREW_NO_AUTO_UPDATE=1 brew install gnu-sed

script:
- test-cases/integration-test.sh
Expand Down

0 comments on commit 48c9265

Please sign in to comment.