From 672bf05856d223c32cd5f2c0166ff971d7bbede8 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Fri, 29 Apr 2016 14:03:50 -0400 Subject: [PATCH] travis --- .travis.yml | 6 +++--- test/travis_commands.jl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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")