mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 16:21:55 +08:00
chore(CI): seeing if npm 3 helps tests succeed
This commit is contained in:
14
circle.yml
14
circle.yml
@ -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"
|
||||||
|
Reference in New Issue
Block a user