File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 - CC_TEST_REPORTER_ID=1dff6f89d7179dff5db635c6b4fe64acdd5694c9ed44d7da5f12f0f7d3d163b7
1010 matrix :
1111 - HAXE_VERSION=haxe347
12- - HAXE_VERSION=haxe4rc5
12+ - HAXE_VERSION=haxe4
1313 - HAXE_VERSION=nightly
1414
1515install :
1616 - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter; chmod +x ./cc-test-reporter
1717 - npm install
1818 - if [[ "$HAXE_VERSION" == "haxe347" ]]; then mv haxe_libraries haxe4_libraries; mv haxe3_libraries haxe_libraries; fi
1919 - if [[ "$HAXE_VERSION" == "haxe347" ]]; then npx lix download haxe 3.4.7; npx lix use haxe 3.4.7; fi
20- - if [[ "$HAXE_VERSION" == "haxe4rc5 " ]]; then npx lix download haxe 4.0.0-rc.5 ; npx lix use haxe 4.0.0-rc.5 ; fi
20+ - if [[ "$HAXE_VERSION" == "haxe4 " ]]; then npx lix download haxe 4.0.0; npx lix use haxe 4.0.0; fi
2121 - if [[ "$HAXE_VERSION" == "nightly" ]]; then npx lix download haxe nightly; npx lix use haxe nightly; fi
2222 - npx lix download
2323 - npx haxe -version
@@ -38,7 +38,7 @@ script:
3838 - (cd src; ../cc-test-reporter format-coverage -t lcov ../lcov.info)
3939
4040after_script :
41- - if [[ "$HAXE_VERSION" == "haxe4rc5 " ]]; then (cd src; ../cc-test-reporter upload-coverage); fi
41+ - if [[ "$HAXE_VERSION" == "haxe4 " ]]; then (cd src; ../cc-test-reporter upload-coverage); fi
4242
4343after_success :
4444 - bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
You can’t perform that action at this time.
0 commit comments