Travis' build status shown in the readme file

This commit is contained in:
Cyryl Plotnicki-Chudyk 2015-07-19 13:16:03 +02:00
parent 0200971dd8
commit 81a2a509bb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/cyplo/dotfiles.svg?branch=master)](https://travis-ci.org/cyplo/dotfiles)
My common dotfiles for Linux, Mac and Cygwin My common dotfiles for Linux, Mac and Cygwin
e.g. my vim, terminal and font configs. e.g. my vim, terminal and font configs.

View file

@ -70,9 +70,11 @@ sudo ln -vfs /usr/bin/nodejs /usr/bin/node
sudo npm install -g reveal-md sudo npm install -g reveal-md
# TODOs + sync # TODOs + sync
echo "installing todoman"
cd "$DIR/common/todoman/" cd "$DIR/common/todoman/"
sudo python3 setup.py install sudo python3 setup.py install
sudo pip install vdirsyncer echo "installing vdirsyncer"
sudo pip3 install vdirsyncer
echo echo
echo "now go ahead and restart" echo "now go ahead and restart"