.travis.yml 121 Bytes
Newer Older
Christopher Chedeau's avatar
Christopher Chedeau committed
1
2
3
4
5
6
7
8
---
language: node_js
node_js: 4
cache:
  directories:
  - node_modules
  - global-cli/node_modules
script: tests/e2e.sh