start tests from .travis.yml

This commit is contained in:
Daniel Schwabeneder 2017-08-25 10:57:12 +02:00
parent 95a6d24111
commit a16012b663
2 changed files with 2 additions and 2 deletions

View File

@ -55,5 +55,5 @@ script:
# - julia -e 'ENV["PYTHON"] = ""; Pkg.add("PyPlot"); Pkg.build("PyPlot")'
#
# # - $TESTCMD -e 'Pkg.test("Plots"; coverage=false)'
# - julia -e 'Pkg.test("Plots"; coverage=false)'
- julia -e 'Pkg.test("Plots"; coverage=false)'
# # - julia -e 'cd(Pkg.dir("Plots")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

View File

@ -28,4 +28,4 @@ Pkg.build("PyPlot")
# Pkg.add("InspectDR")
Pkg.test("Plots"; coverage=false)
# Pkg.test("Plots"; coverage=false)