Skip to content

Commit

Permalink
todotest
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Frichet committed Feb 19, 2017
1 parent c55da53 commit 676e893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
# - "for t in tests/docker-compose.*.yml; do docker-compose -f docker-compose.yml -f $t run test; done"
- docker-compose run test
- yes | dot --https
- curl -sfLo ~/.vim/autoload/plug.vim --create-dirs 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
# - curl -sfLo ~/.vim/autoload/plug.vim --create-dirs 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
- ls -la ~/.vim/*
- tmux new-session -n test "vim +PlugInstall +qall; exit"
- test -d $HOME/.tmux/plugins/tpm
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
# entrypoint: /bin/bash
command: |
-l -c 'run dot --https; bash -l'
# -l -c 'run dot sync -d --https -c $$DOT/.dotrc.yml;
# -l -c 'run dot -d --https -c $$DOT/.dotrc.yml;
# run tmux new-session -n test "vim -E -s -u $$HOME/.vim/vimrc +PlugInstall +qall; exit";
# bash --login'
# command: -l -c 'dot -p tmux=LEI/dot-tmux -p vim=LEI/dot-vim; tmux new-session "vim +PlugInstall +qall; exit"; bash -l'
Expand All @@ -27,8 +27,8 @@ services:
command: |
-l -c '
tail_bashrc="$$(tail -n1 ~/.bashrc)"
yes | run dot sync -s $$DOT --https
# yes | run dot sync -c $$DOT/.dotrc.yml
yes | run dot -s $$DOT --https
# yes | run dot -c $$DOT/.dotrc.yml
# for d in $$HOME/.dot/*; do yes | run dot "$${d##*/}"; done
[[ "$$(tail -n1 ~/.bashrc)" != "$$tail_bashrc" ]] || exit 1
run tmux new-session -n test "vim -E -s -u $$HOME/.vim/vimrc +PlugInstall +qall; exit"
Expand Down

0 comments on commit 676e893

Please sign in to comment.