Commit Graph

11 Commits (388d632a1c642d2cf2264a8cfc7b3c1459528822)

Author SHA1 Message Date
Ira Abramov 388d632a1c Merge branch 'feature/pre-commit-hook' into enforce-pre-commit
* feature/pre-commit-hook: (186 commits)
  added git alias to list remote branch creators with date and time
  Add Kind support
  Fix the commandline for gifski
  Add Terraform and Terragrunt aliases
  lib: helpers: Handle stable revert update
  lib: helpers: Rename Upgrading -> Updating
  lib: Fetch from remote before calculating latest tag in bash-it update
  test: Add completion test for -s --silent flag
  completion: Add --silent and -s completion
  doc: Add --silent flag documentation
  helpers: Add --slient option to bash-it update
  lib: Update no-op message in case of stable update
  lib: Add BASH_IT_DEVELOPMENT_BRANCH variable
  lib: Update to stable now correctly fails if no tags are present
  doc: Add stable/dev option to update section
  completion: Update completion for new bash-it update
  lib: Improve bash-it update so it can update to latest tag
  alias: git: Add new pretty git log alias (ggf)
  alias: git: Add git pull / git push --force aliases
  Add bash-it restart command
  ...
2020-10-17 12:22:07 +03:00
José Eduardo Montenegro Cavalcanti de Oliveira 9e41386a04
Update .travis.yml 2020-06-01 14:40:42 -03:00
José Eduardo Montenegro Cavalcanti de Oliveira 4faba37fa1
Adds explicit version declarations 2020-06-01 14:26:31 -03:00
Alex Thiessen 023802fcd6
travis: Give jobs names
It's easier to read a long job list when the jobs are named.

Reference:
https://docs.travis-ci.com/user/build-stages/#naming-your-jobs-within-build-stages
2020-05-01 20:06:58 +00:00
Alex Thiessen b75b769719
travis: Refactor jobs to use inheritance
Since the existing jobs are similar (currently, the `script` keys are
same), move the equal parts to a new shared key to have them in one
place. The new map will receive more content in upcoming commits.
2020-04-18 18:57:17 +02:00
Alex Thiessen 576f2b37ac
travis: Switch build matrix from `os` to `jobs`
There are a couple ways to declare a build matrix in Travis CI, refer to
https://docs.travis-ci.com/user/build-matrix.

Since upcoming commits will add more ways to run tests, switch the build
matrix from simple OS variation to a more powerful list of jobs.
2020-04-18 18:54:18 +02:00
Alex Thiessen 44ddc58334
travis: Update language from `c` to `shell`
Be more precise as to what language is used; full list is found here:
https://config.travis-ci.com/ref/language.
2020-04-18 18:54:06 +02:00
Alex Thiessen 83fbfcf88a
travis: Remove obsolete `sudo`
`sudo` key is deprecated, refer to
https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments.
2020-04-18 18:39:29 +02:00
Nils Winkler 99ad1bc3e6 Running tests on Linux and macOS (as OS X) 2017-06-24 17:31:30 +02:00
Konstantin Gredeskoul c0a657270c Add bash-it search functionality
- "bash-it search term1 [term2]...."

 - we are using existing 'bash-it show plugins|aliases|completions'
   commands output, to search (with grep) for lines that match the
   search terms, and then output the matches.

 - wrote a simple unit test that for whatever reason fails on Travis,
   so wrapped it in 'if "Darwin"'...
2016-03-23 23:13:51 -07:00
Ivan Povalyukhin 62d705ab50 added travis.ci support 2015-03-28 18:54:37 -07:00