Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 0bda777

Browse files
committed
chore(ci): fix circle ci
fix circle ci
1 parent eb4314e commit 0bda777

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

circle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
machine:
2+
node:
3+
version: 6.9.5
4+
post:
5+
- npm install -g npm@3.x.x
16
test:
27
override:
38
- nvm use 6 && npm test

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
"mock-fs": "3.11.0",
9393
"rewire": "^2.5.2",
9494
"rimraf": "2.5.4",
95-
"rxjs": "5.0.0-beta.12",
95+
"rxjs": "^5.0.1",
96+
"sw-toolbox": "3.4.0",
9697
"tslint-ionic-rules": "0.0.8",
9798
"typescript": "~2.0.10",
9899
"zone.js": "^0.7.2"

0 commit comments

Comments
 (0)