Skip to content
Snippets Groups Projects
Commit aca4b459 authored by nimrod's avatar nimrod
Browse files

- Added TravisCI (now that I have some checks).

parent 95bc6fa8
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
sha: v0.4.0 sha: v0.4.0
hooks: hooks:
- id: shell-lint - id: shell-lint
files: \.bash_completion\.d/molecule|\.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/.*-clean|Documents/train-wifi\.sh files: \.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/.*-clean|Documents/train-wifi\.sh
- id: shellcheck - id: shellcheck
files: \.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/docker-.*|Documents/train-wifi\.sh files: \.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/docker-.*|Documents/train-wifi\.sh
---
language: python
python: "3.6"
dist: trusty
sudo: false
group: beta
cache:
- pip
- directories:
- $HOME/.pre-commit
addons:
apt:
sources:
- sourceline: 'deb http://archive.ubuntu.com/ubuntu trusty-backports main universe multiverse'
packages:
- shellcheck
install:
- pip install pre_commit | cat
script:
- pre-commit run --all-files
notifications:
email: false
This diff is collapsed.
rcfiles rcfiles
******* *******
.. image:: https://travis-ci.org/adarnimrod/rcfiles.svg?branch=master
:target: https://travis-ci.org/adarnimrod/rcfiles
A repository with my rc files. The purpose is for me to have revision control of A repository with my rc files. The purpose is for me to have revision control of
my home directory, maybe send somebody a link to an example file and to be my home directory, maybe send somebody a link to an example file and to be
browsable for others (if anyone wants to copy some snippet). Because these are browsable for others (if anyone wants to copy some snippet). Because these are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment