chore(CI): seeing if npm 3 helps tests succeed

This commit is contained in:
perry
2016-09-14 10:54:21 -05:00
parent 9c3e60d76e
commit 4f18ebc84b

View File

@ -2,17 +2,19 @@ general:
branches: branches:
ignore: ignore:
- ins_n_outs - ins_n_outs
machine:
node:
version: 4.1.0
post:
- npm install -g npm@3.x.x
dependencies: dependencies:
pre: pre:
- ./scripts/docs/prepare.sh - ./scripts/docs/prepare.sh
cache_directories: cache_directories:
- "~/ionic-site" # cache ionic-site - "~/ionic-site" # cache ionic-site
machine: # test:
node: # override:
version: 4.1.0 # - echo "Automatically marking tests as passing for now"
test:
override:
- echo "Automatically marking tests as passing for now"
deployment: deployment:
tasks: tasks:
branch: "master" branch: "master"