go-ethereum/.travis.yml

8 lines
117 B
YAML
Raw Normal View History

language: node_js
node_js:
2014-11-05 23:31:54 +02:00
- "0.11"
- "0.10"
2014-11-05 23:31:54 +02:00
before_script:
- npm install
after_script:
- npm run-script gulp