mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
10 lines
181 B
YAML
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
|