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 2a17d20 commit 422f23fCopy full SHA for 422f23f
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+node_js:
3
+ - 8
4
+sudo: required
5
+before_script:
6
+ - export DISPLAY=:99.0
7
+ - sh -e /etc/init.d/xvfb start
8
+install:
9
+ - npm install
10
+script:
11
+ - npm run build:prod
0 commit comments