You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [ ! -d ~/.go_workspace/src/github.com/timelinelabs ]; then mkdir -p ~/.go_workspace/src/github.com/timelinelabs; fi
- if [ ! -e ~/.go_workspace/src/github.com/timelinelabs/romulus ]; then ln -s ~/romulus ~/.go_workspace/src/github.com/timelinelabs; fi
- which godep >/dev/null ; if [ $? == 1 ] ; then go get github.com/tools/godep; fi
test:
override:
- cd ~/.go_workspace/src/github.com/timelinelabs/romulus && make test