Skip to content

Commit 43d415e

Browse files
authored
update coveralls trigger
1 parent 7342a49 commit 43d415e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: julia
2+
coveralls: true
23
os:
34
- linux
45
- osx
@@ -12,7 +13,3 @@ matrix:
1213
- julia: nightly
1314
notifications:
1415
email: false
15-
16-
after_success:
17-
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
18-

0 commit comments

Comments
 (0)