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

Commit

Permalink
chore: renable tests before rc
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 26, 2020
1 parent c02d47b commit bfef306
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ branches:
- /^release\/.*$/

stages:
# - check
# - test
- check
- test
- release-rc
# - test-external
- test-external

node_js:
- '10'
Expand Down Expand Up @@ -139,19 +139,12 @@ jobs:
if: branch = master AND type = push AND fork = false
name: release rc
script:
# need tags to work out what has changed since the last release
- git fetch --tags
- npm run build -- --scope=ipfs*
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
- npm run release:rc -- --yes

# - stage: release-docker-rc
# # only run on changes to master
# if: branch = master AND type = push AND fork = false
# name: release docker rc
# script:
# - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
# - docker push ipfs/js-ipfs:next

- stage: test-external
# only run on changes to master
if: branch = master AND type = push AND fork = false
Expand Down

0 comments on commit bfef306

Please sign in to comment.