Remove test CircleCI build.

pull/609/head^2
Christopher Young 2017-09-12 10:33:30 -04:00
rodzic 2017adf78b
commit f422ae6578
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -9,10 +9,6 @@ dependencies:
override:
- cd .. ; rm -rf stratux ; git clone --recursive https://github.com/cyoung/stratux ; cd stratux ; git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*" ; git fetch origin ; BRANCH=`echo "$CIRCLE_BRANCH" | sed 's/pull\//pr\//g'` ; git checkout $BRANCH ; make
test:
override:
- make test
deployment:
production:
branch: master