diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c56a9a50c..000000000 --- a/.travis.yml +++ /dev/null @@ -1,43 +0,0 @@ -# ignore release tags -if: tag IS blank - -env: - global: - - CC_TEST_REPORTER_ID=9c6558805c8a00ef83371f4dcd82bfc765d2eac147a7442164f8cc1b401d43de - -cache: - directories: - - /home/travis/.cache/yarn - -language: node_js -node_js: - - "node" - -install: - - npm install -g yarn@latest - - npm run bootstrap -before_script: - - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - - chmod +x ./cc-test-reporter - - ./cc-test-reporter before-build -script: - - npx _check_deps - - npm run tsc_lint_test - - git checkout -f -after_success: - - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -before_deploy: - - pushd $HOME - - openssl aes-256-cbc -K $encrypted_3b9f0b9d36d1_key -iv $encrypted_3b9f0b9d36d1_iv - -in $TRAVIS_BUILD_DIR/.travis/secrets.tar.enc -out secrets.tar -d - - tar -xvf secrets.tar - - popd -deploy: - - provider: script - script: bash .travis/deploy.sh - skip_cleanup: true - env: - secure: JDw06YX4/egO+WjuWVHsEcPS/04syh6fEpY1RbQgEypFNDt8UVvHXPcSP6nNp2YDvfbAWF1TBKojBJk02EQDB1KlQgnO/csvq3tBOSlQU0Cku6zKcUX6LzywLuBPfc3gYKTeXsiNly31vmMxTh2hwHnx2iYxHdMN7CojQpf1JdI= - on: - branch: [latest, next] - repo: taye/interact.js diff --git a/.travis/.npmrc.enc b/.travis/.npmrc.enc deleted file mode 100644 index f38d61134..000000000 --- a/.travis/.npmrc.enc +++ /dev/null @@ -1,3 +0,0 @@ -8ŒÄ·Ð® -Œ™NÄë E¼h. /}âJußM qQ#(¾\¼L¤Ùæ-g½m6,9YL·e$ -rUã÷k²#Ÿ-Ì_œ"¸«M1?c2[Iåa› \ No newline at end of file diff --git a/.travis/deploy.sh b/.travis/deploy.sh deleted file mode 100755 index 872c1d732..000000000 --- a/.travis/deploy.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -eval "$(ssh-agent -s)" # Start ssh-agent cache -chmod 600 $HOME/deploy_key # Allow read access to the private key -ssh-add $HOME/deploy_key # Add the private key to SSH - -git remote set-url origin ssh://git@github.com/taye/interact.js.git -git fetch --tags - -# undo permission changes to bin files -git checkout -- $TRAVIS_BUILD_DIR/{jsdoc,scripts} - -# use npx to avoid yarn registry -npx _release diff --git a/.travis/secrets.tar.enc b/.travis/secrets.tar.enc deleted file mode 100644 index c12fa69a8..000000000 Binary files a/.travis/secrets.tar.enc and /dev/null differ