We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f111452 commit 810e788Copy full SHA for 810e788
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+cache:
3
+ directories:
4
+ - node_modules
5
+node_js:
6
+ - "4"
7
+install:
8
+ - npm install
circle.yml
0 commit comments