diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ac150aa..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: node_js -node_js: -- "12" - -script: echo "Running tests against $(node -v) ..." - -branches: - only: - - master - -jobs: - include: - - stage: test - script: npm run unit-test - - stage: release - deploy: - provider: script - skip_cleanup: true - script: - - npx semantic-release \ No newline at end of file