diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 47d3c993..00000000 --- a/.travis.yml +++ /dev/null @@ -1,41 +0,0 @@ -language: node_js -node_js: - - "10" -sudo: false -dist: xenial - -env: - matrix: - - HAXE_VERSION=haxe41 - - HAXE_VERSION=haxe42 - - HAXE_VERSION=nightly - -install: - - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter; chmod +x ./cc-test-reporter - - npm install - - if [[ "$HAXE_VERSION" == "haxe41" ]]; then npx lix download haxe 4.1.5; npx lix use haxe 4.1.5; fi - - if [[ "$HAXE_VERSION" == "haxe42" ]]; then npx lix download haxe 4.2.4; npx lix use haxe 4.2.4; fi - - if [[ "$HAXE_VERSION" == "nightly" ]]; then npx lix download haxe nightly; npx lix use haxe nightly; fi - - npx lix download - - npx haxe -version - - npx neko -version - - npx haxelib list - -before_script: - - ./cc-test-reporter before-build - -script: - - npx haxe build.hxml - - npx haxe buildDebug.hxml - - npx haxe buildJS.hxml - - if [[ "$HAXE_VERSION" != "nightly" ]]; then npx haxe buildCpp.hxml; fi - - npx haxe buildSchema.hxml - - npx haxe -D codecov_json testAndResources.hxml - - npx haxe testJava.hxml - - (cd src; ../cc-test-reporter format-coverage -t lcov ../lcov.info) - -after_script: - - if [[ "$HAXE_VERSION" == "haxe42" ]]; then (cd src; ../cc-test-reporter upload-coverage); fi - -after_success: - - bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" diff --git a/README.md b/README.md index f033c98d..41ee5b3a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT) [![Release](https://img.shields.io/github/release/HaxeCheckstyle/haxe-checkstyle.svg)](http://lib.haxe.org/p/checkstyle/) -[![Build Status](https://travis-ci.org/HaxeCheckstyle/haxe-checkstyle.svg)](https://travis-ci.org/HaxeCheckstyle/haxe-checkstyle) [![Haxe-Checkstyle Linux](https://github.com/HaxeCheckstyle/haxe-checkstyle/workflows/Haxe-Checkstyle%20Linux/badge.svg)](https://github.com/HaxeCheckstyle/haxe-checkstyle/actions) [![Codecov](https://img.shields.io/codecov/c/github/HaxeCheckstyle/haxe-checkstyle.svg)](https://codecov.io/github/HaxeCheckstyle/haxe-checkstyle?branch=dev)