Skip to content

Commit

Permalink
[CI] Add check run dein.vim result job
Browse files Browse the repository at this point in the history
  • Loading branch information
chusiang committed Apr 13, 2018
1 parent 5a5046c commit 24a8c4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tags
README.html
dein_installer.sh
dein_installer.sh
output.*.log
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
- docker run -it --rm chusiang/vim-and-vi-mode:debian9 vim --version

- echo "==> Install ..."
- docker run --rm -it -v $PWD:/srv chusiang/vim-and-vi-mode:debian9 /bin/sh -c "cd /srv && make install && make update"
- docker run -it -v $PWD:/srv chusiang/vim-and-vi-mode:debian9 /bin/sh -c "cd /srv && make install" . | tee output.debian-9.log

- echo "==> Check ..."
- grep "==> Done." output.debian-9.log

0 comments on commit 24a8c4e

Please sign in to comment.