Skip to content

Commit c873faa

Browse files
committed
Add .travis.yml
1 parent 051b247 commit c873faa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)