mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
disable cache
This commit is contained in:
parent
9b445b58ea
commit
fd698e00b1
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "6.9.0"
|
||||
cache: false
|
||||
install:
|
||||
- "sed 's/\"loglevel\": \"INFO\",/\"loglevel\": \"WARN\",/g' settings.json.template > settings.json"
|
||||
- "tests/frontend/travis/sauce_tunnel.sh"
|
||||
|
|
Loading…
Reference in a new issue