YoungMaker / iORC

iORC - Organized Roleplay Creator
3 stars 0 forks source link

Add caching to Travis build script #102

Open YoungMaker opened 6 years ago

YoungMaker commented 6 years ago

The Travis build times are out of control. Add the following script lines to Travis yml to enable build dependency caching before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/