diff --git a/.travis.yml b/.travis.yml index 75bdfac9..52e0750d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,9 +42,9 @@ notifications: email: true # uncomment the following lines to override the default test script script: - - julia test/travis_commands.jl - # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - # - julia -e 'Pkg.clone(pwd()); Pkg.build("Plots")' + - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi + - julia -e 'Pkg.clone(pwd()); Pkg.build("Plots")' + - julia test/travis_commands.jl # - julia -e 'Pkg.clone("ImageMagick"); Pkg.build("ImageMagick")' # - julia -e 'Pkg.clone("GR"); Pkg.build("GR")' # # - julia -e 'Pkg.clone("https://github.com/tbreloff/ImageMagick.jl.git"); Pkg.checkout("ImageMagick","tb_write"); Pkg.build("ImageMagick")' diff --git a/test/travis_commands.jl b/test/travis_commands.jl index 950c2641..f4d91d0a 100644 --- a/test/travis_commands.jl +++ b/test/travis_commands.jl @@ -1,5 +1,5 @@ -Pkg.clone(pwd()) -Pkg.build("Plots") +# Pkg.clone(pwd()) +# Pkg.build("Plots") Pkg.clone("ImageMagick") Pkg.build("ImageMagick")