File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - nightly
1010notifications :
1111 email : false
12- git :
13- depth : 99999999
14-
15- # # uncomment the following lines to allow failures on nightly julia
16- # # (tests will run but not make your overall status red)
1712matrix :
18- allow_failures :
19- - os : osx
20- - julia : nightly
21-
13+ allow_failures :
14+ - julia : nightly
15+ 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)'
2220# # uncomment and modify the following lines to manually install system packages
23- addons :
24- apt : # apt-get for linux
25- packages :
26- - gfortran
27- before_script : # homebrew for mac
28- - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
29-
30- # # uncomment the following lines to override the default test script
31- script :
32- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
33- - julia --project --check-bounds=yes -e 'using Pkg; Pkg.build("LibSpatialIndex"); Pkg.test("LibSpatialIndex"; coverage=true)'
3421after_success :
3522 # push coverage results to Coveralls
36- - julia -e 'cd( Pkg.dir("LibSpatialIndex")) ; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
23+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
You can’t perform that action at this time.
0 commit comments