File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - linux
55 - osx
66julia :
7- - 0.7
87 - 1.0
8+ - 1
99 - nightly
1010notifications :
1111 email : false
1212matrix :
1313 allow_failures :
1414 - julia : nightly
1515 fast_finish : true
16- # uncomment the following lines to override the default test script
17- # script:
18- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
19- # - julia -e 'Pkg.clone(pwd()); Pkg.build("LibSpatialIndex"); Pkg.test("LibSpatialIndex"; coverage=true)'
20- # # uncomment and modify the following lines to manually install system packages
21- after_success :
22- # push coverage results to Coveralls
23- - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
16+ coveralls : true
Original file line number Diff line number Diff line change 1+ name = " LibSpatialIndex"
2+ uuid = " f19c2e90-9d16-5f2d-a2a7-af3fb29e4907"
3+ license = " MIT"
4+ version = " 0.2.0"
5+
6+ [deps ]
7+ BinaryProvider = " b99e7846-7c00-51b0-8f62-c81ae34c0232"
8+
9+ [compat ]
10+ BinaryProvider = " 0.5"
11+ julia = " 1"
12+
13+ [extras ]
14+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
15+
16+ [targets ]
17+ test = [" Test" ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- - julia_version : 0.7
3+ - julia_version : 1.0
44 - julia_version : 1
55 - julia_version : nightly
66
@@ -35,9 +35,3 @@ build_script:
3535test_script :
3636 - echo "%JL_TEST_SCRIPT%"
3737 - C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"
38-
39- # # Uncomment to support code coverage upload. Should only be enabled for packages
40- # # which would have coverage gaps without running on Windows
41- # on_success:
42- # - echo "%JL_CODECOV_SCRIPT%"
43- # - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
You can’t perform that action at this time.
0 commit comments