We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051b247 commit c873faaCopy full SHA for c873faa
.travis.yml
@@ -0,0 +1,13 @@
1
+language: node_js
2
+node_js:
3
+ - "8"
4
+dist: trusty # needs Ubuntu Trusty
5
+# Note: if you switch to sudo: false, you'll need to launch chrome with --no-sandbox.
6
+# See https://github.com/travis-ci/travis-ci/issues/8836
7
+sudo: required
8
+addons:
9
+ chrome: stable # have Travis install chrome stable.
10
+install:
11
+ - npm install
12
+script:
13
+ - npm run build
0 commit comments