mrnodebot
Version:
Your Friendly NodeJS IRC Bot
25 lines (24 loc) • 383 B
YAML
language: node_js
node_js:
- "7"
compiler:
- gcc
- clang
env:
- CXX=g++-4.8
before_install:
- sudo apt-get -y install libicu-dev
- npm install -g npm
- cp config.sample.js config.js
script:
- "npm test"
notifications:
irc: "chat.freenode.net#mrnodebot"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- clang