We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda7b62 commit eb9f6d8Copy full SHA for eb9f6d8
1 file changed
.travis.yml
@@ -5,6 +5,8 @@ os:
5
- osx
6
julia:
7
- 0.6
8
+ - 0.7
9
+ - 1.0
10
- nightly
11
notifications:
12
email: false
@@ -22,7 +24,7 @@ git:
22
24
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23
25
# - julia -e 'x="Unicode_Entities" ; if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables"); Pkg.clone(pwd()); else; Pkg.up(); end ; Pkg.build(x) ; Pkg.test(x; coverage=true)'
26
after_success:
- # push coverage results to Coveralls
27
+# push coverage results to Coveralls
28
- julia -e 'cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
29
# push coverage results to Codecov
30
- julia -e 'cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
0 commit comments