From f45ea0af230085c58aa3e65fe8aae30283a504f3 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 23 Mar 2015 09:42:10 +0100 Subject: [PATCH] Remove Pkg.init() --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 017c103..6df5a36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ julia: notifications: email: false script: - - julia -e 'Pkg.init(); Pkg.clone(pwd())' + - julia -e 'Pkg.clone(pwd())' - julia -e 'Pkg.add("Lint");' - julia -e 'Pkg.test("Meshes", coverage=true)'