Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
aca4b459
Commit
aca4b459
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Added TravisCI (now that I have some checks).
parent
95bc6fa8
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
.travis.yml
+26
-0
26 additions, 0 deletions
.travis.yml
.travis/travis.sh
+163
-0
163 additions, 0 deletions
.travis/travis.sh
README.rst
+3
-0
3 additions, 0 deletions
README.rst
with
193 additions
and
1 deletion
.pre-commit-config.yaml
+
1
−
1
View file @
aca4b459
...
@@ -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
This diff is collapsed.
Click to expand it.
.travis.yml
0 → 100644
+
26
−
0
View file @
aca4b459
---
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.
Click to expand it.
.travis/travis.sh
0 → 100644
+
163
−
0
View file @
aca4b459
This diff is collapsed.
Click to expand it.
README.rst
+
3
−
0
View file @
aca4b459
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment