Skip to content

Commit c7f4386

Browse files
committed
update travis.yml for 1.0
1 parent 7c2684c commit c7f4386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- sudo ./test/setup_protoc3.sh
1818
script:
1919
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
20-
- PROTOC2=protoc PROTOC3=/proto3/protobuf-3.6.0/install/bin/protoc julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("ProtoBuf"); Pkg.test("ProtoBuf"; coverage=true)'
20+
- PROTOC2=protoc PROTOC3=/proto3/protobuf-3.6.0/install/bin/protoc julia --check-bounds=yes -e '(VERSION > v"0.7.0-") && (using Pkg); Pkg.clone(pwd()); Pkg.build("ProtoBuf"); Pkg.test("ProtoBuf"; coverage=true)'
2121
after_success:
2222
- julia -e 'cd(Pkg.dir("ProtoBuf")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder());'
2323
- julia -e 'cd(Pkg.dir("ProtoBuf")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)