Remove Docker stuff for now

This commit is contained in:
Jonathan Cremin 2015-08-23 19:12:59 +01:00
parent 8d64bb5270
commit f7bd32ab21
8 changed files with 13 additions and 48 deletions

View file

@ -2,7 +2,6 @@ machine:
services:
- docker
pre:
- curl https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
- npm install -g npm@3
node:
version: iojs-2.5.0
@ -12,13 +11,10 @@ test:
- mongo hostr test/fixtures/mongo-user.js test/fixtures/mongo-file.js
override:
- npm run cover
post:
- docker build -t $CIRCLE_PROJECT_REPONAME:$CIRCLE_BUILD_NUM . && docker save $CIRCLE_PROJECT_REPONAME:$CIRCLE_BUILD_NUM | gzip > $CIRCLE_ARTIFACTS/$CIRCLE_PROJECT_REPONAME-ci-build-$CIRCLE_BUILD_NUM.tar.gz
dependencies:
cache_directories:
- node_modules
- web/public/jspm_packages
post:
- ./node_modules/.bin/jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
- ./node_modules/.bin/jspm install
- npm run jspm