mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
delete travis stuff
This commit is contained in:
parent
29955a1765
commit
a6e8e6b0f9
24
.travis.yml
24
.travis.yml
@ -1,24 +0,0 @@
|
|||||||
language: node_js
|
|
||||||
node_js:
|
|
||||||
- 12.16.1
|
|
||||||
sudo: false
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- libcairo2-dev
|
|
||||||
- libjpeg8-dev
|
|
||||||
- libpango1.0-dev
|
|
||||||
- libgif-dev
|
|
||||||
- build-essential
|
|
||||||
- g++-4.8
|
|
||||||
script:
|
|
||||||
- npm run-script test-travis
|
|
||||||
env:
|
|
||||||
- TRAVIS=true CXX=g++-4.8
|
|
||||||
services:
|
|
||||||
- redis-server
|
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- node_modules
|
|
||||||
@ -4,8 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node www.js",
|
"start": "node www.js",
|
||||||
"test": "mocha",
|
"test": "mocha"
|
||||||
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "12.16.1"
|
"node": "12.16.1"
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
// no spam
|
// no spam
|
||||||
var logging = require("../lib/logging");
|
var logging = require("../lib/logging");
|
||||||
if (process.env.VERBOSE_TEST !== "true" && process.env.TRAVIS !== "true") {
|
if (process.env.VERBOSE_TEST !== "true") {
|
||||||
logging.log = logging.debug = logging.warn = logging.error = function() {};
|
logging.log = logging.debug = logging.warn = logging.error = function() {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user