aferritto / TGT

TGT Generates Terrain; Terrain Generation via Machine Learning
GNU General Public License v3.0
2 stars 1 forks source link

Add Caching to Travis CI #15

Closed aferritto closed 6 years ago

aferritto commented 6 years ago

Currently Travis CI downloads Miniconda and builds the conda env from scratch every time. It would be better to:

This should save about 2 minutes per Travis run.