update .travis.yml, package.json and LICENSE

This commit is contained in:
jomo 2020-03-24 18:50:38 +01:00
parent c975cc793b
commit 8e08e02272
3 changed files with 4 additions and 9 deletions

View File

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- 8.9.4 - 12.16.1
sudo: false sudo: false
addons: addons:
apt: apt:
@ -15,11 +15,6 @@ addons:
- g++-4.8 - g++-4.8
script: script:
- npm run-script test-travis - npm run-script test-travis
notifications:
irc:
channels:
- irc.esper.net#crafatar
skip_join: true
env: env:
- TRAVIS=true CXX=g++-4.8 - TRAVIS=true CXX=g++-4.8
services: services:

View File

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2016 Crafatar Team Copyright (c) 2020 Crafatar Team
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -31,7 +31,7 @@
"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" "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": "10.19.0" "node": "12.16.1"
}, },
"dependencies": { "dependencies": {
"canvas": "^2.6.1", "canvas": "^2.6.1",