Skip to content

Commit bc52f97

Browse files
committed
Fix coverage submission from Travis
1 parent ab1cdef commit bc52f97

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,9 @@ os:
55
julia:
66
- 1.3
77
- nightly
8-
98
notifications:
109
email: false
11-
#script: # the default script is equivalent to the following
12-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("SpecialFunctions"); Pkg.test("SpecialFunctions"; coverage=true)';
14-
after_success:
15-
- julia -e 'cd(Pkg.dir("SpecialFunctions")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
16-
17-
10+
coveralls: true
1811
jobs:
1912
include:
2013
- stage: "Documentation"

0 commit comments

Comments
 (0)