We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a494e24 commit b367d61Copy full SHA for b367d61
.travis.yml
@@ -0,0 +1,9 @@
1
+language: node_js
2
+ node_js:
3
+ - "0.8"
4
+
5
+ before_script:
6
+ - npm install --quiet -g grunt-cli karma
7
+ - npm install
8
9
+ script: grunt test && grunt build
0 commit comments