Skip to content

Commit e809e7e

Browse files
authored
Merge pull request #73 from micro-analytics/fix-autodeploy
Fix autodeployment of demo.micro-analytics.io
2 parents 965812d + 5768173 commit e809e7e

File tree

18 files changed

+9331
-9392
lines changed

18 files changed

+9331
-9392
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ node_js:
44
- 7
55
- 6
66
install:
7-
- npm i -g lerna
8-
- yarn
7+
- npm i -g lerna npm@^5
8+
- npm i
99
- lerna bootstrap
1010
- lerna exec npm run build
1111
script:
1212
- npm run lint
1313
- npm run test -- --coverage
14-
cache: yarn
1514
after_success:
1615
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)