Skip to content

Commit 4abdcda

Browse files
committed
switch travis to Haxe 4.0.0
1 parent 15f6703 commit 4abdcda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ env:
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

1515
install:
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

4040
after_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

4343
after_success:
4444
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"

0 commit comments

Comments
 (0)