Travis YML Lint
Submits a .travis.yml file to the linter at http://lint.travis-ci.org/
Details
Installs
- Total 2K
- Win 791
- Mac 947
- Linux 589
Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 |
Mac | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-travis-yml-lint
A SublimeText plugin to submit the active .travis.yml
file in view to the Travis CI Lint service exposed from here http://lint.travis-ci.org/
Traivs YML Lint on Package Control
Usage:
- Navigate to a
.travis.yml
file in SublimeText - Press:
OS | Key Combination |
---|---|
Linux | ctrl + alt + T |
Mac | super(⌘) + alt + ctrl + T |
Windows | ctrl + alt + T |
This will grab the yml file and validate it against the web linter. Any errors will be displayed to a plugin specific output panel.
Installation
The easiest way to install Travis YML Lint
is to install it from Package Control
Package Control Install
If you have Package Control installed, then simply naviagte to Package Control: Install Package
and select the Travis YML Lint
plugin and you are done!
Manual Install
From SublimeText Packages
folder:
git clone git@github.com:sabhiram/sublime-travis-yml-lint.git sublime-travis-yml-lint
Settings & Default Key Mapping
Currently there are no exposed settings used by this plugin
Developers
Appreciate the help! Here is stuff you should probably know:
Install for both Sublime Text 2 and 3:
Some folks prefer to clone the git repo right into their SublimeText Packages
folder. While this is probably ok for most users, I prefer to create a symbolic link to the package so that I can point to the plugin from both flavors of SublimeText (for testing and the like…)
cd ~/dev
git clone git@github.com:sabhiram/sublime-travis-yml-lint.git sublime-travis-yml-lint
ln -s sublime-travis-yml-lint ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/sublime-travis-yml-lint
ln -s sublime-travis-yml-lint ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/sublime-travis-yml-lint
Versions Released
1.0.1
- Bugfix: Add required modules so Package Control install works
1.0.0 - Initial Release
- Implements basic plugin functionality
- Ready for package control deployment