Files
xahau.js/.travis.yml
2015-06-15 14:32:21 -07:00

10 lines
181 B
YAML

sudo: false # use faster docker containers
language: node_js
node_js:
- "0.12"
before_script:
- sh -c "git log | head -12"
script: bin/ci.sh
notifications:
email: false