mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 11:36:05 +01:00
Disable Windows test due to unstability
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -15,14 +15,3 @@ cache:
|
|||||||
- $HOME/.sbt/boot
|
- $HOME/.sbt/boot
|
||||||
- $HOME/.sbt/launchers
|
- $HOME/.sbt/launchers
|
||||||
- $HOME/.coursier
|
- $HOME/.coursier
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- os: windows
|
|
||||||
language: bash
|
|
||||||
env: JDK="adopt@1.8.0-222"
|
|
||||||
before_script:
|
|
||||||
- curl "https://raw.githubusercontent.com/DanySK/Gravis-CI/c8f400623d8f756ef7c/.install-jdk-travis.sh" --output .install-jdk-travis.sh
|
|
||||||
- source .install-jdk-travis.sh
|
|
||||||
- wget https://raw.githubusercontent.com/paulp/sbt-extras/0ee2dae2eba72efb4a464a5ad255e348696ecda7/sbt && chmod +x ./sbt
|
|
||||||
script:
|
|
||||||
- ./sbt test
|
|
||||||
|
|||||||
Reference in New Issue
Block a user