Commit c20f2fa4 authored by Jeremy Bokobza's avatar Jeremy Bokobza

better caching

parent 38f5ff8c
......@@ -34,7 +34,7 @@ env:
cache:
directories:
- node_modules
- Breeze.UI/node_modules
# Work around NuGet issue #2163
# https://github.com/NuGet/Home/issues/2163
......
......@@ -12,6 +12,13 @@
"icon": "dist/assets/images/breeze-logo",
"target": ["nsis"]
},
"linux": {
"target": [
"deb",
"tar.gz"
],
"category": "Utility"
}
"nsis": {
"oneClick": false,
"perMachine": true,
......
......@@ -80,5 +80,8 @@ zip -r $TRAVIS_BUILD_DIR/deploy/$app_output_zip_name $app_output_name/*
#tests
echo $log_prefix no tests to run
cd $TRAVIS_BUILD_DIR
ls
echo $log_prefix FINISHED build
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