Skip to content

Commit

Permalink
ci: add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed Jul 15, 2019
1 parent 7fda382 commit 67c56fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
sudo: false
language: node_js
node_js:
- "12"
matrix:
include:
- node_js: "13"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
allow_failures:
# Allow the nightly installs to fail
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
script:
- npm run test

0 comments on commit 67c56fa

Please sign in to comment.