We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cd383 commit a497c86Copy full SHA for a497c86
.travis.yml
@@ -3,12 +3,13 @@ os:
3
- osx
4
- linux
5
julia:
6
- - release
+ - 0.3
7
+ - 0.4
8
- nightly
9
notifications:
10
email: false
11
script:
12
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13
- julia -e 'Pkg.clone(pwd()); Pkg.build("LibGEOS"); Pkg.test("LibGEOS"; coverage=true)'
14
after_success:
- - julia -e 'cd(Pkg.dir("LibGEOS")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
15
+ - julia -e 'cd(Pkg.dir("LibGEOS")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
0 commit comments