From d9c8c8fc2c95e42c8c976059f9fb096743c0674c Mon Sep 17 00:00:00 2001 From: Olli Vainola Date: Sat, 6 Jun 2015 16:41:55 +0300 Subject: [PATCH] Adding init to travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f750ad..21c05b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ notifications: # uncomment the following lines to override the default test script script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("JuliaFEM"); Pkg.test("JuliaFEM"; coverage=true)' + - julia --check-bounds=yes -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.build("JuliaFEM"); Pkg.test("JuliaFEM"; coverage=true)'