Skip to content

Commit

Permalink
Merge 4418321 into c03ab8f
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jan 9, 2019
2 parents c03ab8f + 4418321 commit eefd959
Show file tree
Hide file tree
Showing 3 changed files with 1,879 additions and 54 deletions.
29 changes: 19 additions & 10 deletions .travis.yml
@@ -1,16 +1,25 @@
sudo: false
git:
depth: 2
branches:
except:
- /^v\d/
dist: trusty
language: node_js
node_js:
- iojs
- node
notifications:
email: false

env:
matrix:
- NODE_VERSION="8"
- NODE_VERSION="9"
- NODE_VERSION="10"

before_install:
- pip install --user codecov
# Prepare node and npm
- nvm install $NODE_VERSION && nvm use $NODE_VERSION
- npm install

before_script:
- "sudo chown root /opt/google/chrome/chrome-sandbox"
- "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"

script:
- npm audit
- npm run-script coverage
after_script:
- npm run-script coveralls

0 comments on commit eefd959

Please sign in to comment.