From c4652e7af79707fcce448bd8bf211bffbc748331 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 9 Apr 2020 10:04:06 -0400 Subject: [PATCH] Restore old version; just ignore travis spurious warnings Trying to be nice and mind travis warnings just broke everything. Whoever who can make sense of travis build stuff is welcome to fix all this. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 66d4d4265..cd8832ef6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: ruby +sudo: false env: matrix: - BROWSER=chromium EXT=zip @@ -11,6 +12,7 @@ deploy: api_key: secure: ujdEXakLw9fncnI70udUSrRvB0nNUogGr08/eC5UqS4uf5GJ6W6LAB2kNUIn2BaJujQEdYEeH7nFmRKzbqwQs4N1Qm9qOq75zOV6FP/922lSMuPuKB7rXVNRK88WYs/j7g40JEDKEjEYKGa4m3OGnDnywIoKtAsI3kqcCBOe34A= file: dist/build/uBlock0_${TRAVIS_TAG}.${BROWSER}.${EXT} + skip_cleanup: true on: repo: gorhill/uBlock tags: true