Skip to content

Commit

Permalink
Update Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed May 29, 2018
1 parent a91411f commit 22a3809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git:
# uncomment the following lines to override the default test script
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- 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)'
- 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)'
after_success:
# push coverage results to Coveralls
- 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())'
Expand Down

0 comments on commit 22a3809

Please sign in to comment.