git.schokokeks.org
Repositories
Help
Report an Issue
wirc-backend.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
c972b0c
Branches
Tags
master
wirc-backend.git
lib
node
node_modules
irc
.travis.yml
[ini]
Christian Fraß
commited
c972b0c
at 2021-11-18 23:53:54
.travis.yml
Blame
History
Raw
language: node_js node_js: - "0.10" - "0.12" - "4" - "5" - "6" - "7" before_install: - sudo apt-get -y install libicu-dev - npm install -g npm script: - "npm run-script lint" - "npm test" notifications: irc: "chat.freenode.net##node-irc"