Replace Travis with Cirrus

* initial cirrus config

* cirrus

* f*ck caching

* images and deleting travis

* check

* bugfix weird ci-issue (directory exists)

* kick

* revert

* kick

* fix

Co-authored-by: benk10 <ben.kaufman10@gmail.com>
This commit is contained in:
Kim Neunert 2021-04-15 11:04:47 +02:00 committed by GitHub
parent 091140d4a4
commit 149b420e2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 2446 additions and 246 deletions

View file

@ -8,7 +8,7 @@
"test": "tests"
},
"dependencies": {
"cypress": "^5.6.0",
"cypress": "^7.1.0",
"rimraf": "^3.0.2",
"wait-on": "^5.2.0"
},
@ -18,12 +18,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/k9ert/specter-desktop.git"
"url": "git+https://github.com/cryptoadvance/specter-desktop.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/k9ert/specter-desktop/issues"
"url": "https://github.com/cryptoadvance/specter-desktop/issues"
},
"homepage": "https://github.com/k9ert/specter-desktop#readme"
"homepage": "https://github.com/cryptoadvance/specter-desktop#readme"
}