snap.js/.travis.yml

14 lines
160 B
YAML
Raw Normal View History

2017-02-03 00:41:35 +00:00
language: node_js
node_js:
2017-02-03 00:47:38 +00:00
- "node"
2017-02-03 00:41:35 +00:00
sudo: true
before_script:
- npm install -g grunt-cli
- npm install
- grunt
- cd test
script: phantomjs test.js