Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: add new aegir
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 13, 2018
1 parent 0e028ca commit 9c0ccbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ test-browser-chrome:
image: hugomrdias/node-chrome:test
stage: test
script:
- AEGIR_BROWSERS=ChromeDocker npm run test:browser
- AEGIR_BROWSERS=ChromeDocker npm run test:webworker
- npm run test:browser -- --browsers ChromeDocker
- npm run test:webworker -- --browsers ChromeDocker
artifacts:
paths:
- coverage/
Expand All @@ -66,8 +66,8 @@ test-browser-firefox:
image: hugomrdias/node-firefox:test
stage: test
script:
- AEGIR_BROWSERS=FirefoxHeadless npm run test:browser
- AEGIR_BROWSERS=FirefoxHeadless npm run test:webworker
- npm run test:browser -- --browsers FirefoxHeadless
- npm run test:webworker -- --browsers FirefoxHeadless
artifacts:
paths:
- coverage/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"homepage": "https://github.com/ipfs/js-ipfs#readme",
"devDependencies": {
"aegir": "^17.0.1",
"aegir": "github:ipfs/aegir#feat/make-exp-build-test-default",
"chai": "^4.2.0",
"delay": "^4.1.0",
"detect-node": "^2.0.4",
Expand Down

0 comments on commit 9c0ccbd

Please sign in to comment.