Skip to content

Commit afee7e8

Browse files
committed
Merge pull request #16 from tkelman/patch-1
also test 0.3 on travis
2 parents 97cd383 + a497c86 commit afee7e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ os:
33
- osx
44
- linux
55
julia:
6-
- release
6+
- 0.3
7+
- 0.4
78
- nightly
89
notifications:
910
email: false
1011
script:
1112
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1213
- julia -e 'Pkg.clone(pwd()); Pkg.build("LibGEOS"); Pkg.test("LibGEOS"; coverage=true)'
1314
after_success:
14-
- 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

Comments
 (0)