File tree Expand file tree Collapse file tree 4 files changed +40
-9
lines changed Expand file tree Collapse file tree 4 files changed +40
-9
lines changed Original file line number Diff line number Diff line change 1
1
* .jl.cov
2
2
* .jl. * .cov
3
3
* .jl.mem
4
+ Manifest.toml
Original file line number Diff line number Diff line change 4
4
- linux
5
5
- osx
6
6
julia :
7
- - 0.7
7
+ - 1.2
8
8
- nightly
9
- # matrix:
10
- # allow_failures:
11
- # - julia: nightly
12
9
notifications :
13
10
email : false
14
- # uncomment the following lines to override the default test script
11
+ git :
12
+ depth : 99999999
13
+
14
+ # # uncomment the following lines to allow failures on nightly julia
15
+ # # (tests will run but not make your overall status red)
16
+ matrix :
17
+ allow_failures :
18
+ - julia : nightly
19
+
20
+ # # uncomment and modify the following lines to manually install system packages
21
+ # addons:
22
+ # apt: # apt-get for linux
23
+ # packages:
24
+ # - gfortran
25
+ # before_script: # homebrew for mac
26
+ # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
27
+
28
+ # # uncomment the following lines to override the default test script
15
29
# script:
16
- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
17
30
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ConcaveHull"); Pkg.test("ConcaveHull"; coverage=true)'
18
31
after_success :
19
32
# push coverage results to Coveralls
Original file line number Diff line number Diff line change
1
+ name = " ConcaveHull"
2
+ uuid = " 7d11a335-8259-52c9-8750-e30c45c66484"
3
+ author = [
" Luke Stagner <[email protected] >" ]
4
+ version = " 1.0.0"
5
+
6
+ [deps ]
7
+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
+ NearestNeighbors = " b8a86587-4115-5ab1-83bc-aa920d37bbce"
9
+ RecipesBase = " 3cdcf5f2-1ef4-517c-9805-6587b60abb01"
10
+
11
+ [compat ]
12
+ NearestNeighbors = " ^0.4.3"
13
+ RecipesBase = " ^0.7"
14
+ julia = " ^1"
15
+
16
+ [extras ]
17
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
18
+
19
+ [targets ]
20
+ test = [" Test" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments