1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/.travis.yml
Kevin Brown a25883c659 Add travis
Travis can't be enabled unless we put a minimal file on the `master`
branch.
2014-10-21 21:43:57 -04:00

8 lines
97 B
YAML

language: node_js
node_js:
- 0.10
script:
- grunt compile test
notifications:
email: false