mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
chore(CI): seeing if npm 3 helps tests succeed
This commit is contained in:
18
circle.yml
18
circle.yml
@ -2,17 +2,19 @@ general:
|
||||
branches:
|
||||
ignore:
|
||||
- ins_n_outs
|
||||
dependencies:
|
||||
pre:
|
||||
- ./scripts/docs/prepare.sh
|
||||
cache_directories:
|
||||
- "~/ionic-site" # cache ionic-site
|
||||
machine:
|
||||
node:
|
||||
version: 4.1.0
|
||||
test:
|
||||
override:
|
||||
- echo "Automatically marking tests as passing for now"
|
||||
post:
|
||||
- npm install -g npm@3.x.x
|
||||
dependencies:
|
||||
pre:
|
||||
- ./scripts/docs/prepare.sh
|
||||
cache_directories:
|
||||
- "~/ionic-site" # cache ionic-site
|
||||
# test:
|
||||
# override:
|
||||
# - echo "Automatically marking tests as passing for now"
|
||||
deployment:
|
||||
tasks:
|
||||
branch: "master"
|
||||
|
Reference in New Issue
Block a user