Commit 637d455a authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #581 from parente/shorter-travis-workaround

Disable datascience-notebook precompilation
parents 5b4d0735 049d7e18
......@@ -72,9 +72,6 @@ RUN julia -e 'Pkg.init()' && \
julia -e 'Pkg.add("RDatasets")' && \
julia -e 'Pkg.add("IJulia")' && \
# Precompile Julia packages \
julia -e 'using HDF5' && \
julia -e 'using Gadfly' && \
julia -e 'using RDatasets' && \
julia -e 'using IJulia' && \
# move kernelspec out of home \
mv $HOME/.local/share/jupyter/kernels/julia* $CONDA_DIR/share/jupyter/kernels/ && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment