Skip to content

Commit 626f809

Browse files
committed
Update build scripts
1 parent 2595501 commit 626f809

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
@@ -20,7 +20,7 @@ git:
2020
# uncomment the following lines to override the default test script
2121
script:
2222
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23-
- julia -e 'x="HTML_Entities" ; VERSION < v"0.7.0-DEV" || (using Pkg); if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables"); Pkg.clone(pwd()); else ; Pkg.add(pwd()) ; end ; Pkg.build(x); Pkg.test(x; coverage=true)'
23+
- julia -e 'x="HTML_Entities" ; VERSION < v"0.7.0-DEV" || (using Pkg); if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables"); Pkg.clone(pwd()); end ; Pkg.build(x); Pkg.test(x; coverage=true)'
2424
after_success:
2525
# push coverage results to Coveralls
2626
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("HTML_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)