Commit Graph

11 Commits (b14a38fec953e3d1558b6f095c9f588c1c5c1012)

Author SHA1 Message Date
Noah Gorny b14a38fec9 ci: Add pre-commit run and remove trailling spaces 2020-10-28 11:51:04 +02: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