Skip to content

Commit eb9f6d8

Browse files
committed
Update travis for v1.0
1 parent bda7b62 commit eb9f6d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ os:
55
- osx
66
julia:
77
- 0.6
8+
- 0.7
9+
- 1.0
810
- nightly
911
notifications:
1012
email: false
@@ -22,7 +24,7 @@ git:
2224
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
2325
# - 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)'
2426
after_success:
25-
# push coverage results to Coveralls
27+
# push coverage results to Coveralls
2628
- julia -e 'cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
2729
# push coverage results to Codecov
2830
- julia -e 'cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)