Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
moved to test
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 20, 2017
1 parent 0dd32f5 commit 29ee303
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ install: |
brew install shellcheck shfmt zsh
fi
script:
- curl -sL https://git.io/shcheck | bash -x -s -- \
--ignore "script/test" \
--ignore "vim/vim.symlink/**/*" \
--ignore "zsh/config.zsh" \
--ignore "zsh/completion.zsh" \
--ignore "zsh/prompt.zsh" \
--ignore "zsh/fpath.zsh" \
--ignore "docker/completion.zsh" \
--ignore "atom.symlink/packages/**/*"
- ./script/test
notifications:
email: false
10 changes: 10 additions & 0 deletions script/test
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
#!/bin/zsh
set -e

# shcheck files
curl -sL https://git.io/shcheck | bash -x -s -- \
--ignore "script/test" \
--ignore "vim/vim.symlink/**/*" \
--ignore "zsh/config.zsh" \
--ignore "zsh/completion.zsh" \
--ignore "zsh/prompt.zsh" \
--ignore "zsh/fpath.zsh" \
--ignore "docker/completion.zsh"

# link to ~ and cd to it
cd ..
cp -rf dotfiles ~/.dotfiles
Expand Down

0 comments on commit 29ee303

Please sign in to comment.