We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c47bb0 commit 8001da6Copy full SHA for 8001da6
1 file changed
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+node_js:
3
+ - "node"
4
+cache: yarn
5
+
6
+before_install:
7
+ - curl -o- -L https://yarnpkg.com/install.sh | bash
8
+ - export PATH="$HOME/.yarn/bin:$PATH"
9
10
+script:
11
+ - yarn build
0 commit comments