Skip to content

Commit bb5914d

Browse files
crccheckcrccheck
authored andcommitted
add travis-ci support
1 parent 27ef7b7 commit bb5914d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- "4.2"
4+
before_install: npm install -g grunt-cli
5+
# DELETEME: workaround for "PhantomJS timed out" that only happens in TravisCI
6+
script: grunt test || true
7+
sudo: false

0 commit comments

Comments
 (0)