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

Commit

Permalink
chore: switch to shipwright bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Nov 22, 2017
1 parent ccc2aff commit 1d3dea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ node_js:
- "6"
- "8"
before_install:
- npm i dockyard@latest -g
- npm i @npm-wharf/shipwright -g
- printf "@npm:registry=https://enterprise.npmjs.com" >> ~/.npmrc

after_success:
- npm run coverage
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- dockyard build image --repo=npmjs --name=couch-url-rewrite-proxy
- shipwright build image --repo=npmjs --name=couch-url-rewrite-proxy

0 comments on commit 1d3dea3

Please sign in to comment.