diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cd79205 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: ruby + +rvm: + - 2.2 + +before_script: + - gem install awesome_bot + +script: + - awesome_bot README.md --allow-dupe --white-list example.com,hawkwings.net diff --git a/README.md b/README.md index c96e04c..3c814f8 100644 --- a/README.md +++ b/README.md @@ -608,7 +608,7 @@ cd "$(osascript -e 'tell app "Finder" to POSIX path of (insertion location as al #### Open URL ```bash -open http://www.github.com +open https://github.com ``` #### Open File @@ -619,7 +619,7 @@ open README.md #### Open Applications You can open applications using `-a`. ```bash -open -a "Google Chrome" http://www.github.com +open -a "Google Chrome" https://github.com ``` #### Open Folder @@ -1496,4 +1496,4 @@ chsh -s $(brew --prefix)/bin/zsh ## License -Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. +Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.