We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa664a9 + a5d6cf8 commit d7abca5Copy full SHA for d7abca5
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