Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Zegray <[email protected]>
  • Loading branch information
rzgry committed Jan 30, 2020
1 parent 41b946d commit 464de13
Show file tree
Hide file tree
Showing 8 changed files with 702 additions and 441 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
os:
- linux
node_js: lts/*

# xvfb setup script for Linux that is necessary to run VS Code in headless Linux CI machines
before_install:
- |
if [ $TRAVIS_OS_NAME == "linux" ]; then
export DISPLAY=':99.0'
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
fi
script:
- npm run lint
- npm run test
Loading

0 comments on commit 464de13

Please sign in to comment.