Skip to content

Commit 22a3809

Browse files
committed
Update Manifest
1 parent a91411f commit 22a3809

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 'VERSION < v"0.7.0-DEV" || (using Pkg) ; if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables") ; Pkg.add("LightXML") ; Pkg.clone(pwd()) ; else ; Pkg.add(pwd()) ; end ; Pkg.build("LaTeX_Entities") ; Pkg.test("LaTeX_Entities"; coverage=true)'
23+
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg) ; if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables") ; Pkg.add("LightXML") ; Pkg.clone(pwd()) ; end ; Pkg.build("LaTeX_Entities") ; Pkg.test("LaTeX_Entities"; 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("LaTeX_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)