We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa664a9 commit a5d6cf8Copy full SHA for a5d6cf8
1 file changed
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+
3
+node_js:
4
+ - 8
5
6
+deploy:
7
+ provider: pages
8
+ skip_cleanup: true
9
+ github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
10
+ on:
11
+ branch: master
0 commit comments