Adding init to travis.yml

This commit is contained in:
Olli Vainola
2015-06-06 16:41:55 +03:00
parent 3b43ed3c8b
commit d9c8c8fc2c
+1 -1
View File
@@ -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)'