From 5189106b0958a23a2c4e22cb59d552a526b1464b Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Tue, 20 Aug 2019 10:29:40 +0100 Subject: [PATCH] build: drop travis --- .travis.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 01db124..0000000 --- a/.travis.yml +++ /dev/null @@ -1,43 +0,0 @@ -language: node_js -node_js: - - 4 # to be removed 2018-04-01 - - 6 # to be removed 2019-04-01 - - 7 # to be removed 2017-06-30 - - 8 # to be removed 2020-01 - - 10 # to be removed 2021-01 - - lts/* # safety net; don't remove - - node # safety net; don't remove - -stages: - - test - - release - -jobs: - include: - - stage: test - script: - - npm test - after_success: - - npm run coverage - - stage: release - node_js: 10 - script: skip - env: - # NPM - - secure: fM77hue6ws/ikKaCzUsy6o3urxBHH0YjNSP3Dzc1Qm6oBthe8AYMifV7O93JI3T9ne4jDJvXcCCxgCOBr7gYr7U2/W+X144MphuBbqlTRxusKKBYCtK0QatjM9Px07f1lWLhgcEbwAayr9l9JSSJk4y5T7zk0Ij02gHapB0PPv8= - # GitHub - - secure: brL77ysx1Z30fGqeTLtdhVYCdMXFi6kbQYpQB2w9CtJJeI9zKZDagYKSjHpY1kzgUN0BoXG/Kyr1EgXsE2nBHjWYPKsxcbNP8gEAl8I6J7LBNVrxYkJNzQ46jYIjtjAWwodbQGAz0LrH5b8sw8IwE8vcxZ4thfZupA50LC8VdWA= - deploy: - provider: script - skip_cleanup: true - script: - - npm run release - 'on': - repo: chaijs/chai-http - branches: - only: - - master -env: - global: - # Coveralls - - secure: DGaDDxh76Gv+qmu4SLuQDxmmZMpMiiVdIvveT1d3ly93zrqT7Pb9ur7P8Yz77AxU9UrMHEJ3Be05Uqe8xtTJCIora9io/tX4QLRtIXtRIOA3dYaYNBgXztQT7yzCi6E/L/DZa1+dNaGDpoUnLG0S3vpwhi3YjlWJDhLOfB3Txx0=